Commit ad4537b4 authored by dqjdda's avatar dqjdda
Browse files

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

parent c105df60
...@@ -40,7 +40,7 @@ public class Menu implements Serializable { ...@@ -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: ...@@ -2,6 +2,8 @@ server:
port: 8000 port: 8000
spring: spring:
freemarker:
check-template-location: false
profiles: profiles:
active: dev active: dev
jackson: 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