Skip to content

Commit 095cd72

Browse files
committed
chore(application-travis.properties): update a link.
[skip ci]
1 parent adfc84b commit 095cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-travis.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring.profiles: travis
22

3-
# Details about MySQL configuration on Travis CI: https://docs.travis-ci.com/user/database-setup/#MySQL
3+
# Details about MySQL configuration on Travis CI: https://docs.travis-ci.com/user/database-setup/#mysql
44
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
55
spring.datasource.username: travis
66
spring.datasource.password:

0 commit comments

Comments
 (0)