update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
${AnsiColor.BRIGHT_GREEN}
|
||||
|
||||
试剂耗材管理
|
||||
试剂耗材管理
|
||||
试剂耗材管理
|
||||
|
||||
试剂耗材管理(Reagent Managment)
|
||||
|
||||
版本: ${version}
|
||||
创建: ${timestamp}
|
||||
|
||||
${AnsiColor.DEFAULT}
|
||||
@@ -0,0 +1,30 @@
|
||||
logging:
|
||||
level:
|
||||
digital.laboratory.platform.camera.mapper: debug
|
||||
|
||||
server:
|
||||
port: 5207
|
||||
|
||||
mybatis:
|
||||
mapper-locations: classpath*:mapper/*.xml
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: @artifactId@
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
server-addr: ${NACOS_HOST:dlp-nacos}:${NACOS_PORT:8848}
|
||||
config:
|
||||
server-addr: ${spring.cloud.nacos.discovery.server-addr}
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
profiles:
|
||||
active: @profiles.active@
|
||||
datasource:
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
username: dlp
|
||||
password: 7990016
|
||||
url: jdbc:mysql://dlp-mysql:3306/dlp_reagent_managment?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
||||
Reference in New Issue
Block a user