更新近期OAM升级包; 初始化内置设备标签, 不再通过界面人工编辑.

This commit is contained in:
lijia
2020-09-22 16:09:13 +08:00
parent a31ac9eb7d
commit 223168d8d7
23 changed files with 96 additions and 34 deletions

View File

@@ -85,12 +85,15 @@ spring.jpa.properties.hibernate.show_sql=true
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.hbm2ddl.auto=update
#alarm stategy, 1:每次都生成一条新的告警; 2:如果有相同告警, 则更新, 如果没有则新生成一条.
oam.alarm.strategy=2
# log
logging.file=oam-rest.log
# logging.level.root=ERROR
# logging.level.com.cs.oam=ERROR
logging.file.max-size=10MB
logging.file.max-history=10
logging.file.max-history=7
# Absolute path
oam.rest.oam_core=D:/IDEA/idea-project/oam/oam-rest/src/main/resources/application.properties