代码提交
This commit is contained in:
@@ -74,10 +74,14 @@ spring:
|
||||
username: root
|
||||
password: njcnpqs
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
sqlite:
|
||||
url: "jdbc:sqlite:D:\\pmsTest.db"
|
||||
driver-class-name: org.sqlite.JDBC
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
#url: jdbc:mysql://25.36.232.37:13306/pmsinfo?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=CTT
|
||||
#username: root
|
||||
#password: Huawei12#
|
||||
#driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
#sqlite:
|
||||
# url: "jdbc:sqlite:D:\\pmsTest.db"
|
||||
# driver-class-name: org.sqlite.JDBC
|
||||
# type: com.alibaba.druid.pool.DruidDataSource
|
||||
|
||||
|
||||
#influxDB内容配置
|
||||
@@ -87,6 +91,13 @@ spring:
|
||||
password: 123456
|
||||
database: pqsinfo_pms
|
||||
|
||||
#influx:
|
||||
#url: http://25.36.232.36:8086
|
||||
#user: admin
|
||||
#password: admin
|
||||
#database: pqsbase_hbcs
|
||||
#mapper-location: com.njcn.influx.imapper
|
||||
|
||||
|
||||
roma:
|
||||
acceptIp: 25.36.190.3:19776
|
||||
@@ -100,4 +111,9 @@ mybatis-plus:
|
||||
#别名扫描
|
||||
type-aliases-package: com.njcn.roma.pojo
|
||||
global-config:
|
||||
enable-sql-runner: true
|
||||
enable-sql-runner: true
|
||||
configuration:
|
||||
#驼峰命名
|
||||
map-underscore-to-camel-case: true
|
||||
#配置sql日志输出
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
|
||||
Reference in New Issue
Block a user