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.
2 parents a377b55 + 99f94c2 commit 1d2da92Copy full SHA for 1d2da92
README.md
@@ -33,7 +33,11 @@ docker-compose up -d
33
```shell script
34
./gradlew --no-daemon bootRun
35
```
36
+
37
## Building and Running on Windows
38
+```shell script
39
+./gradlew.bat bootRun --args='--spring.profiles.active=windows'
40
+```
41
42
### Build
43
src/main/resources/application-windows.properties
@@ -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