add 添加标准合规评估结果接口

This commit is contained in:
yinglong zhang
2021-06-16 17:03:34 +08:00
parent 469014cdc1
commit 4ffd46b830
30 changed files with 622 additions and 16 deletions
@@ -3,9 +3,9 @@
# 数据库配置
#=============================================
spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver
spring.datasource.url = jdbc:mysql://127.0.0.1:3306/foton_slrs_test?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=false
spring.datasource.url = jdbc:mysql://101.36.227.22:33050/foton_slrs_test?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=false
spring.datasource.username = root
spring.datasource.password = root
spring.datasource.password = 1q2w3e4r
#==============================================
# 应用设置