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