修改细节,删除具体的框架信息。
更改数据库,删除具体的框架信息。
This commit is contained in:
父節點
88f72990f5
當前提交
ca39625665
@ -3,8 +3,12 @@
|
||||
<component name="Encoding">
|
||||
<file url="file://$PROJECT_DIR$" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/module-common" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/module-common/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/module-core" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/module-core/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/module-opc" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/module-opc/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/module-wcs" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/module-wcs/src/main/java" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
25
.idea/jarRepositories.xml
Normal file
25
.idea/jarRepositories.xml
Normal file
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="public" />
|
||||
<option name="name" value="aliyun nexus" />
|
||||
<option name="url" value="http://maven.aliyun.com/nexus/content/groups/public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="https://repo.maven.apache.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
@ -5,7 +5,6 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/Wcs-renren.iml" filepath="$PROJECT_DIR$/.idea/Wcs-renren.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/module-common/module-common.iml" filepath="$PROJECT_DIR$/module-common/module-common.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/module-core/module-core.iml" filepath="$PROJECT_DIR$/module-core/module-core.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/module-core/module-core.iml" filepath="$PROJECT_DIR$/module-core/module-core.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/module-opc/module-opc.iml" filepath="$PROJECT_DIR$/module-opc/module-opc.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/module-wcs/module-wcs.iml" filepath="$PROJECT_DIR$/module-wcs/module-wcs.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/module-wms/module-wms.iml" filepath="$PROJECT_DIR$/module-wms/module-wms.iml" />
|
||||
|
@ -1,3 +1,4 @@
|
||||
- 预开发产品Wcs
|
||||
- 采用人人框架,多模块实现
|
||||
- Swagger-ui:http://localhost:8080/wcs-renren/swagger-ui.html#/
|
||||
- 采用多模块实现
|
||||
- 数据库为公司数据库produce_wcs
|
||||
- Swagger-ui地址:http://localhost:8080/wcs/swagger-ui.html#/
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@ server:
|
||||
port: 8080
|
||||
connection-timeout: 5000ms
|
||||
servlet:
|
||||
context-path: /wcs-renren
|
||||
context-path: /wcs
|
||||
|
||||
spring:
|
||||
# 环境 dev|test|prod
|
||||
|
Loading…
Reference in New Issue
Block a user