Skip to content

Commit 7eb184b

Browse files
committed
docs(development): Update development guide for IDE running with spring-profile dev
1 parent c83ebcc commit 7eb184b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

backend/DEVELOPMENT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ storage paths. The common backend loop is:
5454
cd backend
5555
just run
5656
```
57+
Where [application-dev.yaml](./src/main/resources/application-dev.yaml) is the default configuration file for development.
5758

5859
If you need a different Spring profile:
5960

@@ -64,6 +65,12 @@ just run profile=local
6465
Use the repo-level guide in [../DEVELOPMENT.md](../DEVELOPMENT.md) for the full Docker stack, MariaDB
6566
setup, and cross-project local workflows.
6667

68+
### IDE
69+
**Spring Boot:** Active Profile = `dev`,
70+
Working Directory = `backend/`
71+
72+
**Gradle:** `bootRun --args="--spring.profiles.active=dev"`
73+
6774
## Build and Test
6875

6976
```bash

0 commit comments

Comments
 (0)