Skip to content
Snippets Groups Projects
Commit e9c0ed32 authored by jaron771's avatar jaron771
Browse files

support duo datasource

parent 848bcc71
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://47.106.211.96:3306/171250517?serverTimezone=UTC</jdbc-url>
<jdbc-url>jdbc:mysql://47.106.211.96:3308/171250517?serverTimezone=UTC</jdbc-url>
</data-source>
</component>
</project>
\ No newline at end of file
......@@ -14,7 +14,7 @@ services:
ieeedb:
image: mysql:5.7
ports:
- "3307:3306"
- "3306:3306"
volumes:
- /home/zjr/sql:/home/sql
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment