1 Star 5 Fork 6

kuzank/snails-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application.yml 744 Bytes
一键复制 编辑 原始数据 按行查看 历史
kuzank 提交于 2020-01-18 11:53 +08:00 . update application.yml
server:
port: 8081
spring:
application:
name: snails-api
# mysql 属性配置
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/snails?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: 123456
jpa:
show-sql: false
hibernate:
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
properties:
hibernate:
hbm2ddl:
auto: update
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
# jwt
audience:
client-id: 098f6bcd4621d373cade4e832627b4f6
base64-secret: NzQ4ZmExZWUyMGQ2OGM5MzlmNmQ2N2VjZWNiNTg5MTY=
name: snails
expires-second: 3600
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/kuzank/snails-api.git
git@gitee.com:kuzank/snails-api.git
kuzank
snails-api
snails-api
master

搜索帮助