Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
ad4537b4
Commit
ad4537b4
authored
Sep 27, 2019
by
dqjdda
Browse files
优化启动项目时 freemarker发出的警告
parent
c105df60
Changes
2
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Menu.java
View file @
ad4537b4
...
...
@@ -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
;
...
...
eladmin-system/src/main/resources/config/application.yml
View file @
ad4537b4
...
...
@@ -2,6 +2,8 @@ server:
port
:
8000
spring
:
freemarker
:
check-template-location
:
false
profiles
:
active
:
dev
jackson
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment