Commit bd445f33aae6b1902bce1435c7d4a25d7856e8a0
1 parent
e5e610d74e
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 6 additions and 6 deletions
platform-operate-api/src/main/resources/config.properties
View file @
bd445f3
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | area_count_url=119.90.57.26:1522 |
| 29 | 29 | |
| 30 | 30 | #同步mysql数据到各个区域的地址,多个用逗号隔开 如:https://area-qhd-api.healthbaby.com.cn:18019/syncMysqlData,https://area-dz-api.healthbaby.com.cn:12356/syncMysqlData |
| 31 | -sync_mysql_data_url= | |
| 31 | +sync_mysql_data_url=https://dev-rp-api.healthbaby.com.cn/syncMysqlData | |
| 32 | 32 | |
| 33 | 33 | #数据源相关配置 |
| 34 | 34 | jdbc.0.driver=oracle.jdbc.driver.OracleDriver |
platform-operate-api/src/main/resources/mybatis.xml
View file @
bd445f3
| ... | ... | @@ -13,10 +13,10 @@ |
| 13 | 13 | <setting name="defaultStatementTimeout" value="25000" /> |
| 14 | 14 | <setting name="callSettersOnNulls" value="true"/> |
| 15 | 15 | </settings> |
| 16 | - <!--<plugins>--> | |
| 17 | - <!--<plugin interceptor="com.lyms.platform.operate.web.inteceptor.MybatisSqlInterceptor">--> | |
| 18 | - <!--<property name="dialect" value="mysql"/>--> | |
| 19 | - <!--</plugin>--> | |
| 20 | - <!--</plugins> --> | |
| 16 | + <plugins> | |
| 17 | + <plugin interceptor="com.lyms.platform.operate.web.inteceptor.MybatisSqlInterceptor"> | |
| 18 | + <property name="dialect" value="mysql"/> | |
| 19 | + </plugin> | |
| 20 | + </plugins> | |
| 21 | 21 | </configuration> |