Skip to content

Commit

Permalink
Merge pull request #75 from kaakaww/fix/relative-windows-path
Browse files Browse the repository at this point in the history
relative path for db on windows
  • Loading branch information
kcberg authored Feb 26, 2024
2 parents 46ed6ad + ee980eb commit 3a244b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ configurations.implementation {

tasks.named<BootJar>("bootJar") {
archiveBaseName.set("java-spring-vuly")
archiveVersion.set("0.1.0")
archiveVersion.set("0.2.0")
}
2 changes: 1 addition & 1 deletion src/main/resources/application-windows.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

spring:
datasource:
url: jdbc:h2:file:D:\\a\\1\\db\\vulny;DB_CLOSE_ON_EXIT=FALSE;AUTO_RECONNECT=TRUE
url: jdbc:h2:file:.\\db\\vulny;DB_CLOSE_ON_EXIT=FALSE;AUTO_RECONNECT=TRUE

0 comments on commit 3a244b2

Please sign in to comment.