Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[update] docker-compose 添加jpa自动执行脚本,删除sql脚本 #198

Merged
merged 1 commit into from Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion script/docker-compose/conf/application.yml
Expand Up @@ -35,7 +35,8 @@ spring:
max-lifetime: 120000
jpa:
database: mysql

hibernate:
ddl-auto: update
mail:
# Attention: this is mail server address.
# 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com
Expand Down
207 changes: 0 additions & 207 deletions script/docker-compose/conf/sql/schema.sql

This file was deleted.