Skip to content

Commit

Permalink
relative path for db on windows
Browse files Browse the repository at this point in the history
new published version of the uber jar
  • Loading branch information
kcberg committed Feb 26, 2024
1 parent 46ed6ad commit ee980eb
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 ee980eb

Please sign in to comment.