-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #402 from waldreg/release
Release 0.5.3
- Loading branch information
Showing
128 changed files
with
3,315 additions
and
2,747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
DB_ROOT_PASSWORD=${DB root 사용자 비밀번호를 입력} | ||
DB_PASSWORD=${DB waldreg 사용자 비밀번호를 입력} | ||
|
||
DB_URL=jdbc:mysql://database:3306/waldreg?userSSL=false&userUnicode=true&serverTimezone=Asia/Seoul&useUnicode=true&characterEncoding=utf8 | ||
DDL_AUTO_RULE=update | ||
DB_ROOT_PASSWORD=${DB root 사용자 비밀번호를 입력} | ||
DB_PASSWORD=${DB waldreg 사용자 비밀번호를 입력} | ||
|
||
DB_URL=jdbc:mysql://database:3306/waldreg?userSSL=false&userUnicode=true&serverTimezone=Asia/Seoul&useUnicode=true&characterEncoding=utf8 | ||
DDL_AUTO_RULE=update | ||
TABLE_NAMING_STRATEGY=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
# Miscellaneous | ||
*.java.hsp | ||
*.sonarj | ||
*.sw* | ||
.DS_Store | ||
build.sh | ||
integration-repo | ||
ivy-cache | ||
argfile* | ||
activemq-data/ | ||
classes/ | ||
*/build | ||
*/.gradle | ||
|
||
# Log files | ||
jxl.log | ||
jmx.log | ||
derby.log | ||
|
||
# Gradle artifacts | ||
.gradle | ||
.gradletasknamecache | ||
/build | ||
buildSrc/build | ||
/spring-*/build | ||
/framework-bom/build | ||
/framework-docs/build | ||
/integration-tests/build | ||
/src/asciidoc/build | ||
spring-test/test-output/ | ||
*/build | ||
*/.gradle | ||
|
||
# Maven artifacts | ||
pom.xml | ||
target/ | ||
|
||
# Eclipse artifacts, including WTP generated manifests | ||
bin | ||
.classpath | ||
.project | ||
.settings | ||
.springBeans | ||
spring-*/src/main/java/META-INF/MANIFEST.MF | ||
|
||
# IDEA artifacts and output dirs | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea | ||
out | ||
test-output | ||
atlassian-ide-plugin.xml | ||
|
||
# VS Code | ||
.vscode/ | ||
|
||
|
||
*/build | ||
# Miscellaneous | ||
*.java.hsp | ||
*.sonarj | ||
*.sw* | ||
.DS_Store | ||
build.sh | ||
integration-repo | ||
ivy-cache | ||
argfile* | ||
activemq-data/ | ||
classes/ | ||
*/build | ||
*/.gradle | ||
|
||
# Log files | ||
jxl.log | ||
jmx.log | ||
derby.log | ||
|
||
# Gradle artifacts | ||
.gradle | ||
.gradletasknamecache | ||
/build | ||
buildSrc/build | ||
/spring-*/build | ||
/framework-bom/build | ||
/framework-docs/build | ||
/integration-tests/build | ||
/src/asciidoc/build | ||
spring-test/test-output/ | ||
*/build | ||
*/.gradle | ||
|
||
# Maven artifacts | ||
pom.xml | ||
target/ | ||
|
||
# Eclipse artifacts, including WTP generated manifests | ||
bin | ||
.classpath | ||
.project | ||
.settings | ||
.springBeans | ||
spring-*/src/main/java/META-INF/MANIFEST.MF | ||
|
||
# IDEA artifacts and output dirs | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea | ||
out | ||
test-output | ||
atlassian-ide-plugin.xml | ||
|
||
# VS Code | ||
.vscode/ | ||
|
||
|
||
*/build | ||
*/.gradle |
Oops, something went wrong.