diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 64658d1..91e658d 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -3,8 +3,12 @@ + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..779e80a --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 2083066..68d1a79 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -5,7 +5,6 @@ - diff --git a/README.md b/README.md index da796ec..6548e05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ - 预开发产品Wcs -- 采用人人框架,多模块实现 -- Swagger-ui:http://localhost:8080/wcs-renren/swagger-ui.html#/ \ No newline at end of file +- 采用多模块实现 +- 数据库为公司数据库produce_wcs +- Swagger-ui地址:http://localhost:8080/wcs/swagger-ui.html#/ \ No newline at end of file diff --git a/module-core/src/main/resources/application-dev.yml b/module-core/src/main/resources/application-dev.yml index 169edff..785eeee 100644 --- a/module-core/src/main/resources/application-dev.yml +++ b/module-core/src/main/resources/application-dev.yml @@ -4,7 +4,7 @@ spring: druid: driver-class-name: com.mysql.cj.jdbc.Driver # url: jdbc:mysql://localhost:3306/wcs-renren?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai - url: jdbc:mysql://132.232.34.114:4277/wcs_renren?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai + url: jdbc:mysql://132.232.34.114:4277/produce_wcs?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai username: root # password: 123456 password: mt_qgs%wb*-20190430 diff --git a/module-core/src/main/resources/application-prod.yml b/module-core/src/main/resources/application-prod.yml index 9a6c2cb..a38284f 100644 --- a/module-core/src/main/resources/application-prod.yml +++ b/module-core/src/main/resources/application-prod.yml @@ -3,7 +3,7 @@ spring: type: com.alibaba.druid.pool.DruidDataSource druid: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/renren_fast?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai + url: jdbc:mysql://localhost:3306/produce_wcs?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai username: renren password: 123456 initial-size: 10 diff --git a/module-core/src/main/resources/application.yml b/module-core/src/main/resources/application.yml index a7c354a..20ee55d 100644 --- a/module-core/src/main/resources/application.yml +++ b/module-core/src/main/resources/application.yml @@ -7,7 +7,7 @@ server: port: 8080 connection-timeout: 5000ms servlet: - context-path: /wcs-renren + context-path: /wcs spring: # 环境 dev|test|prod