Ignore:
File:
1 edited

Legend:

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

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