城阳车管所项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
564 B

5 years ago
#spring:
# datasource:
# url: jdbc:mysql://localhost:3306/mcms-5.2?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
# username: root
# password: root
# filters: wall,mergeStat
# type: com.alibaba.druid.pool.DruidDataSource
7 years ago
spring:
datasource:
5 years ago
driver-class-name: oracle.jdbc.driver.OracleDriver
url: jdbc:oracle:thin:@192.168.0.7:1521:helowin
5 years ago
username: mcms
password: mcms
filters: wall,mergeStat
5 years ago
type: com.alibaba.druid.pool.DruidDataSource