We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83ebcc commit 7eb184bCopy full SHA for 7eb184b
1 file changed
backend/DEVELOPMENT.md
@@ -54,6 +54,7 @@ storage paths. The common backend loop is:
54
cd backend
55
just run
56
```
57
+Where [application-dev.yaml](./src/main/resources/application-dev.yaml) is the default configuration file for development.
58
59
If you need a different Spring profile:
60
@@ -64,6 +65,12 @@ just run profile=local
64
65
Use the repo-level guide in [../DEVELOPMENT.md](../DEVELOPMENT.md) for the full Docker stack, MariaDB
66
setup, and cross-project local workflows.
67
68
+### IDE
69
+**Spring Boot:** Active Profile = `dev`,
70
+Working Directory = `backend/`
71
+
72
+**Gradle:** `bootRun --args="--spring.profiles.active=dev"`
73
74
## Build and Test
75
76
```bash
0 commit comments