Commit e410d274 authored by Yiming's avatar Yiming

Fix H2 DB Url

parent 5ed45a67
spring.datasource.url = jdbc:h2:file:~/fxapolloconfigdb spring.datasource.url = jdbc:h2:file:~/fxapolloconfigdb;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.username = sa spring.datasource.username = sa
spring.datasource.password = sa spring.datasource.password = sa
spring.datasource.url = jdbc:h2:file:~/fxapolloportaldb spring.datasource.url = jdbc:h2:file:~/fxapolloportaldb;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.username = sa spring.datasource.username = sa
spring.datasource.password = sa spring.datasource.password = sa
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration> <configuration>
<source>${java.source}</source> <source>${java.source}</source>
<target>${java.target}</target> <target>${java.target}</target>
...@@ -59,6 +60,7 @@ ...@@ -59,6 +60,7 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
<version>3.0.0</version>
<executions> <executions>
<execution> <execution>
<id>attach-sources</id> <id>attach-sources</id>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment