Commit ffab3309 authored by 霍传世's avatar 霍传世

具体到学校生成PDF报告数据

parent 31ad3c7a
...@@ -48,7 +48,7 @@ public class MyDataSourceConfig { ...@@ -48,7 +48,7 @@ public class MyDataSourceConfig {
System.err.println("print init reportSource..."); System.err.println("print init reportSource...");
//外网 //外网
String url = "jdbc:mysql://192.168.0.46:3306/tempnew?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8"; String url = "jdbc:mysql://192.168.0.46:3306/temp_test?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8";
DruidDataSource dataSource = getDataSource(url); DruidDataSource dataSource = getDataSource(url);
dataSource.setUsername("jiru"); dataSource.setUsername("jiru");
dataSource.setPassword("Jiru@20231026"); dataSource.setPassword("Jiru@20231026");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment