Skip to content

Commit 95d9922

Browse files
committed
windows profile test
1 parent 385e94c commit 95d9922

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ docker-compose up -d
3434
./gradlew --no-daemon bootRun
3535
```
3636
## Building and Running on Windows
37+
```shell script
38+
./gradlew --no-daemon bootRun -Dspring.profiles.active=windows
39+
```
3740

3841
### Build
3942

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
spring.datasource.url=jdbc:h2:file:D:\\a\\1\\db\\vulny;DB_CLOSE_ON_EXIT=FALSE;AUTO_RECONNECT=TRUE

0 commit comments

Comments
 (0)