We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0782438 commit ef21436Copy full SHA for ef21436
setenv-sample.sh
@@ -6,4 +6,4 @@ export MAIL_SMTP_PORT=465
6
export MAIL_SMTP_USERNAME='mailuser'
7
export MAIL_SMTP_PASSWORD='mailuserpassword'
8
export MAIL_FROM='noreply@example.org'
9
-export MAIL_URL_APP_HOST='localhost:8080'
+export MAIL_URL_APP_HOST='localhost:5000'
src/main/resources/application.yml
@@ -17,8 +17,7 @@ spring:
17
open-in-view: true
18
generate-ddl: true
19
hibernate:
20
- #ddl-auto: update
21
- ddl-auto: create-drop
+ ddl-auto: ${JPA_DLL_AUTO}
22
properties:
23
24
dialect: org.hibernate.dialect.PostgreSQL95Dialect
0 commit comments