Skip to content

Commit d38f1fc

Browse files
Revert "disable ssl connection to db"
This reverts commit d07cf0a.
1 parent d07cf0a commit d38f1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugin.license-maven.version>4.5</plugin.license-maven.version>
4848

4949
<!-- In Mysql: schema == database (http://dev.mysql.com/doc/refman/5.6/en/glossary.html#glos_schema) -->
50-
<jdbcUrl>jdbc:mysql://${db.ip}:${db.port}/${db.schema}?useSSL=false&amp;serverTimezone=UTC</jdbcUrl>
50+
<jdbcUrl>jdbc:mysql://${db.ip}:${db.port}/${db.schema}?useSSL=true&amp;serverTimezone=UTC</jdbcUrl>
5151
</properties>
5252

5353
<profiles>

0 commit comments

Comments
 (0)