This commit is contained in:
2023-03-14 23:18:59 +08:00
parent b09d00e4fe
commit de7c05aa06
453 changed files with 80679 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
${AnsiColor.BRIGHT_GREEN}
试剂耗材管理
试剂耗材管理
试剂耗材管理
试剂耗材管理(Reagent Managment)
版本: 2022.10.11-snapshots
创建: ${timestamp}
${AnsiColor.DEFAULT}
+30
View File
@@ -0,0 +1,30 @@
logging:
level:
digital.laboratory.platform.camera.mapper: debug
server:
port: 5207
mybatis:
mapper-locations: classpath*:mapper/*.xml
spring:
application:
name: dlp-reagent-managment
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: dev
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: 7990016
url: jdbc:mysql://dlp-mysql:3306/reagent_managment?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true

Some files were not shown because too many files have changed in this diff Show More