mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-26 07:16:40 +08:00
18 lines
615 B
YAML
18 lines
615 B
YAML
server:
|
|
servlet:
|
|
context-path: '/'
|
|
port: 1024
|
|
spring:
|
|
profiles:
|
|
active: '@profiles.active@'
|
|
datasource:
|
|
url: jdbc:p6spy:mysql://127.0.0.1:3306/smart_admin_v2_pre?autoReconnect=true&useServerPreparedStmts=false&rewriteBatchedStatements=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
|
|
username: root
|
|
password: Lab1024
|
|
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
|
project:
|
|
name: sa-admin
|
|
module: net.lab1024.sa.admin.module
|
|
swagger:
|
|
host: localhost:${server.port}
|
|
tag-class: net.lab1024.sa.admin.constant.AdminSwaggerTagConst |