diff --git a/pom.xml b/pom.xml index 2b6d94c3..959d53ec 100644 --- a/pom.xml +++ b/pom.xml @@ -20,23 +20,15 @@ 1.8 - - - alimaven - aliyun maven - https://maven.aliyun.com/nexus/content/groups/public/ - - true - - - true - - - + - + + dm + dm.jdbc.driver + 8.0.0 + net.mingsoft ms-mpeople diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index ea0dbef7..f9b755cc 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,7 +1,16 @@ +#spring: +# datasource: +# url: jdbc:mysql://192.168.0.8:3316/mcms-dev-5.2-1?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai +# username: admin +# password: 123456789 +# filters: wall,mergeStat +# type: com.alibaba.druid.pool.DruidDataSource + spring: datasource: - url: jdbc:mysql://localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai - username: root - password: root + driver-class-name: dm.jdbc.driver.DmDriver + url: jdbc:dm://192.168.0.8:5236 + username: SYSDBA + password: SYSDBA filters: wall,mergeStat - type: com.alibaba.druid.pool.DruidDataSource + type: com.alibaba.druid.pool.DruidDataSource \ No newline at end of file