smart-admin/smart-admin-api/sa-admin/src/main/resources/pre/application.yaml
2022-10-22 20:49:25 +08:00

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