- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
springapp/src/main/resources/application.properties
raf801e3 r3b6962d 1 spring.datasource.url=jdbc:postgresql://localhost:5432/profesorimk 1 spring.datasource.url=jdbc:postgresql://localhost:5432/profesori.mk 2 spring.datasource.connectionProperties=useUnicode=true;characterEncoding=utf-8; 2 3 spring.datasource.username=postgres 3 spring.datasource.password= baz@2284 spring.datasource.password=1win7337 4 5 spring.jpa.hibernate.ddl-auto=update 5 6 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect 6 7 spring.jpa.show-sql=false 7 8 spring.jpa.properties.hibernate.format_sql=true 8 server.address=192.168.0. 299 server.address=192.168.0.19 9 10 spring.mail.host=localhost 10 11 spring.mail.username=mailuser
Note:
See TracChangeset
for help on using the changeset viewer.