Skip to content

Commit 1d2da92

Browse files
authored
Merge pull request kaakaww#64 from kaakaww/windows
windows profile test
2 parents a377b55 + 99f94c2 commit 1d2da92

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ docker-compose up -d
3333
```shell script
3434
./gradlew --no-daemon bootRun
3535
```
36+
3637
## Building and Running on Windows
38+
```shell script
39+
./gradlew.bat bootRun --args='--spring.profiles.active=windows'
40+
```
3741

3842
### Build
3943

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)