Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
1cc2e30a
Commit
1cc2e30a
authored
Mar 12, 2016
by
Yiming Liu
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6 from ctripcorp/travis_trigger
Fix H2 DB Url
parents
5ed45a67
e410d274
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
application.properties
...lo-configserver/src/test/resources/application.properties
+1
-1
application.properties
apollo-portal/src/test/resources/application.properties
+1
-1
pom.xml
pom.xml
+2
-0
No files found.
apollo-configserver/src/test/resources/application.properties
View file @
1cc2e30a
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.password
=
sa
apollo-portal/src/test/resources/application.properties
View file @
1cc2e30a
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.password
=
sa
...
...
pom.xml
View file @
1cc2e30a
...
...
@@ -52,6 +52,7 @@
<plugins>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.5.1
</version>
<configuration>
<source>
${java.source}
</source>
<target>
${java.target}
</target>
...
...
@@ -59,6 +60,7 @@
</plugin>
<plugin>
<artifactId>
maven-source-plugin
</artifactId>
<version>
3.0.0
</version>
<executions>
<execution>
<id>
attach-sources
</id>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment