Skip to content

Commit

Permalink
#h2.path
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyao-0315 committed Oct 8, 2024
1 parent 095f0a8 commit e024251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ object Main {
// val ip = PropertyUtil.getPropertyValue("server.ip")
// Create the Flyway instance
val flyway: Flyway = new Flyway();
val h2Path: String = PropertyUtil.getPropertyValue("h2.name")
val h2Path: String = PropertyUtil.getPropertyValue("h2.path")
var url: String = ""
if (h2Path != null && h2Path.nonEmpty) {
url = "jdbc:h2:tcp://" + ip + ":" + PropertyUtil.getPropertyValue("h2.port") + "/~/piflow/" + h2Path
Expand Down

0 comments on commit e024251

Please sign in to comment.