Changeset c68150f for springapp/src/main/resources/application.properties
- Timestamp:
- 10/27/22 17:35:03 (2 years ago)
- Branches:
- main
- Children:
- 3b6962d
- Parents:
- 8d83180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
springapp/src/main/resources/application.properties
r8d83180 rc68150f 4 4 spring.datasource.password=1win7337 5 5 spring.jpa.hibernate.ddl-auto=update 6 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect 6 7 spring.jpa.show-sql=false 7 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect8 8 spring.jpa.properties.hibernate.format_sql=true 9 9 server.address=192.168.0.17 10 spring.mail.host=192.168.0. 2810 spring.mail.host=192.168.0.39 11 11 spring.mail.username=mailuser 12 12 spring.mail.password=mailpass
Note:
See TracChangeset
for help on using the changeset viewer.