Showing
2 changed files
with
3 additions
and
1 deletions
@@ -49,6 +49,8 @@ | @@ -49,6 +49,8 @@ | ||
49 | <groupId>org.jeecgframework.jimureport</groupId> | 49 | <groupId>org.jeecgframework.jimureport</groupId> |
50 | <artifactId>jimureport-spring-boot-starter</artifactId> | 50 | <artifactId>jimureport-spring-boot-starter</artifactId> |
51 | <version>1.3.795</version> | 51 | <version>1.3.795</version> |
52 | + <!--待测试--> | ||
53 | + <!--<version>1.4.0-beta</version>--> | ||
52 | </dependency> | 54 | </dependency> |
53 | 55 | ||
54 | 56 |
@@ -8,7 +8,7 @@ spring: | @@ -8,7 +8,7 @@ spring: | ||
8 | static-locations: classpath:/static/ | 8 | static-locations: classpath:/static/ |
9 | #配置数据库 | 9 | #配置数据库 |
10 | datasource: | 10 | datasource: |
11 | - url: jdbc:mysql://69.12.93.116:3306/jreport?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true | 11 | + url: jdbc:mysql://192.168.0.249:3306/jreport?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true |
12 | username: root | 12 | username: root |
13 | password: 123456 | 13 | password: 123456 |
14 | driver-class-name: com.mysql.cj.jdbc.Driver | 14 | driver-class-name: com.mysql.cj.jdbc.Driver |
-
Please register or login to post a comment