实现文件上传和数据库记录、Element+vue登录注册UI

This commit is contained in:
F嘉阳
2018-02-03 20:44:25 +08:00
parent bc720e6270
commit b9d60e644b
23 changed files with 846 additions and 24 deletions

View File

@@ -3,6 +3,8 @@ server:
servlet:
context-path: /cms
port: 8080
serverproperties:
port_num: 8080
spring:
thymeleaf:
prefix: classpath:/templates/
@@ -16,4 +18,7 @@ spring:
hibernate:
ddl-auto: update
show-sql: true
debug: true
resources:
static-locations: classpath:/templates/
debug: true