Changeset 8dffe02 for springapp/src/main/resources/application.properties
Legend:
- Unmodified
- Added
- Removed
-
springapp/src/main/resources/application.properties
r9bf1f8d r8dffe02 1 1 spring.datasource.url=jdbc:postgresql://localhost:5432/profesorimk 2 2 spring.datasource.username=postgres 3 spring.datasource.password= baz@2283 spring.datasource.password=postgres 4 4 spring.jpa.hibernate.ddl-auto=update 5 5 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect 6 6 spring.jpa.show-sql=false 7 7 spring.jpa.properties.hibernate.format_sql=true 8 server.address=192.168.1. 2549 spring.mail.host=192.168.1. 2548 server.address=192.168.1.108 9 spring.mail.host=192.168.1.108 10 10 spring.mail.username=mailuser 11 11 spring.mail.password=mailpass
Note:
See TracChangeset
for help on using the changeset viewer.