提交 79342fe1 编写于 作者: ibiz4j's avatar ibiz4j

主库支持达梦

上级 f90dfa86
......@@ -116,6 +116,11 @@
"ssf": "~0.10.3",
"wmf": "~1.0.1"
}
},
"yarn": {
"version": "1.22.11",
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.11.tgz",
"integrity": "sha512-AWje4bzqO9RUn3sdnM5N8n4ZJ0BqCc/kqFJvpOI5/EVkINXui0yuvU7NDCEF//+WaxHuNay2uOHxA4+tq1P3cg=="
}
}
}
......@@ -12,10 +12,6 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@riophae/vue-treeselect": "0.0.38",
"ag-grid-community": "^20.2.0",
"ag-grid-enterprise": "^20.2.0",
"ag-grid-vue": "^20.2.0",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
......@@ -24,6 +20,10 @@
"@fullcalendar/vue": "^4.4.0",
"@json-editor/json-editor": "1.4.0-beta.0",
"@popperjs/core": "^2.4.3",
"@riophae/vue-treeselect": "0.0.38",
"ag-grid-community": "^20.2.0",
"ag-grid-enterprise": "^20.2.0",
"ag-grid-vue": "^20.2.0",
"async-validator": "^3.3.0",
"axios": "^0.19.1",
"bootstrap-vue": "^2.18.1",
......@@ -55,7 +55,8 @@
"vue-router": "^3.1.3",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2",
"xlsx": "^0.15.6"
"xlsx": "^0.15.6",
"yarn": "^1.22.11"
},
"devDependencies": {
"@types/echarts": "^4.4.3",
......
......@@ -18,17 +18,50 @@
<groupId>cn.ibizlab</groupId>
<artifactId>ibzdst-core</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cn.ibizlab</groupId>
<artifactId>ibzdst-provider-api</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cn.ibizlab</groupId>
<artifactId>ibzdst-app-web</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- jetty 容器. -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId>
</dependency>
</dependencies>
<!--由于boot是通过dependency来关联所有子项目,页面和配置等信息都存在与子项目中,
......
......@@ -38,4 +38,6 @@ rocketmq:
logging:
config: classpath:logback-spring.xml
level:
cn.ibizlab.core.extensions.mapper.DbEntityMapper: info
\ No newline at end of file
cn.ibizlab.core.extensions.mapper.DbEntityMapper: info
org.springframework.boot.web.embedded.jetty: ERROR
org.eclipse.jetty: ERROR
\ No newline at end of file
spring:
datasource:
driver-class-name: dm.jdbc.driver.DmDriver
url: jdbc:dm://172.16.102.5:5238?&clobAsString=true&comOra=true
isSyncDBSchema: true
defaultSchema: RTBASE
username: RTBASE
password: 'sajuwei1234'
.__ ___. .__ .____ ___.
|__|\_ |__ |__|________| | _____ \_ |__
| | | __ \ | |\___ /| | \__ \ | __ \
| | | \_\ \| | / / | |___ / __ \_| \_\ \
|__| |___ /|__|/_____ \|_______ \(____ /|___ /
\/ \/ \/ \/ \/
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册