Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • springapp/src/main/resources/application.properties

    r3b6962d raf801e3  
    1 spring.datasource.url=jdbc:postgresql://localhost:5432/profesori.mk
    2 spring.datasource.connectionProperties=useUnicode=true;characterEncoding=utf-8;
     1spring.datasource.url=jdbc:postgresql://localhost:5432/profesorimk
    32spring.datasource.username=postgres
    4 spring.datasource.password=1win7337
     3spring.datasource.password=baz@228
    54spring.jpa.hibernate.ddl-auto=update
    65spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
    76spring.jpa.show-sql=false
    87spring.jpa.properties.hibernate.format_sql=true
    9 server.address=192.168.0.19
     8server.address=192.168.0.29
    109spring.mail.host=localhost
    1110spring.mail.username=mailuser
Note: See TracChangeset for help on using the changeset viewer.