We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfc84b commit 095cd72Copy full SHA for 095cd72
src/main/resources/application-travis.properties
@@ -1,6 +1,6 @@
1
spring.profiles: travis
2
3
-# Details about MySQL configuration on Travis CI: https://docs.travis-ci.com/user/database-setup/#MySQL
+# Details about MySQL configuration on Travis CI: https://docs.travis-ci.com/user/database-setup/#mysql
4
spring.datasource.url: jdbc:mysql://localhost:3306/mystamps?logger=com.mysql.jdbc.log.Slf4JLogger&useSSL=false&logSlowQueries=true&slowQueryThresholdMillis=250&autoSlowLog=false&explainSlowQueries=true&characterEncoding=UTF-8
5
spring.datasource.username: travis
6
spring.datasource.password:
0 commit comments