Commit ad4537b4 authored by dqjdda's avatar dqjdda
Browse files

优化启动项目时 freemarker发出的警告

parent c105df60
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment