mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-02 03:55:59 +00:00
v2.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
server:
|
||||
servlet:
|
||||
context-path: '/'
|
||||
port: 1024
|
||||
spring:
|
||||
profiles:
|
||||
active: '@profiles.active@'
|
||||
# 项目配置
|
||||
project:
|
||||
name: sa-admin
|
||||
module: net.lab1024.sa.admin.module
|
||||
# swagger文档
|
||||
swagger:
|
||||
host: localhost:${server.port}
|
||||
tag-class: net.lab1024.sa.admin.constant.AdminSwaggerTagConst
|
||||
Reference in New Issue
Block a user