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 385e94c commit 95d9922Copy full SHA for 95d9922
README.md
@@ -34,6 +34,9 @@ docker-compose up -d
34
./gradlew --no-daemon bootRun
35
```
36
## Building and Running on Windows
37
+```shell script
38
+./gradlew --no-daemon bootRun -Dspring.profiles.active=windows
39
+```
40
41
### Build
42
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