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 b19a375 commit ea46ba7Copy full SHA for ea46ba7
src/main/resources/application-travis.properties
@@ -1,5 +1,6 @@
1
spring.profiles: travis
2
3
+# 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=500&autoSlowLog=false&explainSlowQueries=true&characterEncoding=UTF-8
5
spring.datasource.username: travis
6
spring.datasource.password:
0 commit comments