新增常量
This commit is contained in:
parent
338287c995
commit
e89c104a43
@ -51,6 +51,7 @@ public class ApiPublishConsumer implements ApplicationEventPublisherAware {
|
||||
|
||||
mongoTemplate.save(route, IRouteDao.COLLECTION_NAME);
|
||||
this.applicationEventPublisher.publishEvent(new RefreshRoutesEvent(this));
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -26,4 +26,6 @@ public interface ISystemConst {
|
||||
String DATE_YYYY_MM_DD_HH_MM_SS = "yyyy-MM-dd HH:mm:ss";
|
||||
String DATE_YYYY_MM_DD_HH_MM = "yyyy-MM-dd HH:mm";
|
||||
|
||||
String DATE_YYYY_MM_DD_T_HH_MM_SS_TIMEZONE = "yyyy-MM-dd'T'HH:mm:ss.SSS'+08:00'";
|
||||
|
||||
}
|
||||
|
@ -35,5 +35,5 @@ spring:
|
||||
|
||||
logging:
|
||||
level:
|
||||
org.springframework: debug
|
||||
org.springframework: error
|
||||
ink.wgink: debug
|
Loading…
Reference in New Issue
Block a user