Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
c3f132be
Commit
c3f132be
authored
Nov 02, 2020
by
sgjj
Browse files
达梦链接
parent
1e6ebdcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
c3f132be
...
...
@@ -20,23 +20,15 @@
<java.version>
1.8
</java.version>
</properties>
<repositories>
<repository>
<id>
alimaven
</id>
<name>
aliyun maven
</name>
<url>
https://maven.aliyun.com/nexus/content/groups/public/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependencies>
<dependency>
<groupId>
dm
</groupId>
<artifactId>
dm.jdbc.driver
</artifactId>
<version>
8.0.0
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
...
...
src/main/resources/application-dev.yml
View file @
c3f132be
#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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment