广东省中医院住院检验
parent
976242dc8c
commit
975c532231
@ -0,0 +1,28 @@
|
||||
server:
|
||||
port: 9402
|
||||
# http
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
call-setters-on-nulls: true
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
global-config:
|
||||
db-config:
|
||||
field-strategy: NOT_EMPTY
|
||||
db-type: MYSQL
|
||||
beat:
|
||||
url: http://localhost:9399/beat
|
||||
|
||||
system:
|
||||
code: "201_P_WS_JYBGTS"
|
||||
prop: 9202
|
||||
# web service
|
||||
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
username: docus
|
||||
password: docus702
|
||||
url: jdbc:mysql://db.docus.cn:3306/docus_archivefile?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true
|
Loading…
Reference in New Issue