mirror of https://github.com/elunez/eladmin
优化启动项目时 freemarker发出的警告
parent
c105df600a
commit
ad4537b4e8
|
@ -40,7 +40,7 @@ public class Menu implements Serializable {
|
|||
|
||||
private String component;
|
||||
|
||||
@Column(unique = true)
|
||||
@Column(unique = true,name = "component_name")
|
||||
private String componentName;
|
||||
|
||||
private String icon;
|
||||
|
|
|
@ -2,6 +2,8 @@ server:
|
|||
port: 8000
|
||||
|
||||
spring:
|
||||
freemarker:
|
||||
check-template-location: false
|
||||
profiles:
|
||||
active: dev
|
||||
jackson:
|
||||
|
|
Loading…
Reference in New Issue