Browse Source

feature:修改pom版本号为2.2.0

huangjy 4 years ago
parent
commit
2c24a2448c

+ 1 - 1
dcuc-auth-api/pom.xml

@@ -5,7 +5,7 @@
     <parent>
     <parent>
         <artifactId>dcuc-auth</artifactId>
         <artifactId>dcuc-auth</artifactId>
         <groupId>com.dragoninfo</groupId>
         <groupId>com.dragoninfo</groupId>
-        <version>2.1.0-tjdsj-SNAPSHOT</version>
+        <version>2.2.0-tjdsj-SNAPSHOT</version>
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
 
 

+ 1 - 1
dcuc-auth-model/pom.xml

@@ -5,7 +5,7 @@
     <parent>
     <parent>
         <artifactId>dcuc-auth</artifactId>
         <artifactId>dcuc-auth</artifactId>
         <groupId>com.dragoninfo</groupId>
         <groupId>com.dragoninfo</groupId>
-        <version>2.1.0-tjdsj-SNAPSHOT</version>
+        <version>2.2.0-tjdsj-SNAPSHOT</version>
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
 
 

+ 1 - 1
dcuc-auth-service/pom.xml

@@ -5,7 +5,7 @@
     <parent>
     <parent>
         <artifactId>dcuc-auth</artifactId>
         <artifactId>dcuc-auth</artifactId>
         <groupId>com.dragoninfo</groupId>
         <groupId>com.dragoninfo</groupId>
-        <version>2.1.0-tjdsj-SNAPSHOT</version>
+        <version>2.2.0-tjdsj-SNAPSHOT</version>
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>dcuc-auth-service</artifactId>
     <artifactId>dcuc-auth-service</artifactId>

+ 4 - 4
dcuc-auth-service/src/main/resources/application-base.yml

@@ -1,9 +1,9 @@
 spring:
 spring:
   datasource:
   datasource:
-    username: jzpt_bu
-    password: dragon
+    username: dcuc
+    password: 123
     driver-class-name: com.mysql.jdbc.Driver
     driver-class-name: com.mysql.jdbc.Driver
-    url: jdbc:mysql://192.168.120.142:3306/dcuc_2.0?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
+    url: jdbc:mysql://10.254.10.31:3306/dcuc_tjdsj_2.0?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
     druid:
     druid:
       filters: sqlaudit
       filters: sqlaudit
   application:
   application:
@@ -82,7 +82,7 @@ duceap:
       strategy: database
       strategy: database
   flyway:
   flyway:
     # 是否执行flyway
     # 是否执行flyway
-    enabled: false
+    enabled: true
     # 执行flyway路径
     # 执行flyway路径
     locations: classpath:/config/mysql
     locations: classpath:/config/mysql
   auditlog:
   auditlog:

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.dragoninfo</groupId>
     <groupId>com.dragoninfo</groupId>
-    <version>2.1.0-tjdsj-SNAPSHOT</version>
+    <version>2.2.0-tjdsj-SNAPSHOT</version>
     <artifactId>dcuc-auth</artifactId>
     <artifactId>dcuc-auth</artifactId>
     <packaging>pom</packaging>
     <packaging>pom</packaging>
     <modules>
     <modules>