Last change
on this file since 3d60932 was 3d60932, checked in by ste08 <sjovanoska@…>, 4 months ago |
Fix commiT
|
-
Property mode
set to
100644
|
File size:
607 bytes
|
Line | |
---|
1 | spring.application.name=SkyChase-mk
|
---|
2 |
|
---|
3 | # Server configuration
|
---|
4 | server.port=8080
|
---|
5 |
|
---|
6 | # PostgreSQL Database Configuration
|
---|
7 | spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
|
---|
8 | spring.datasource.username=postgres
|
---|
9 | spring.datasource.password=admin
|
---|
10 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
11 |
|
---|
12 | # JPA Settings
|
---|
13 | spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
---|
14 | spring.jpa.properties.hibernate.cache.use_second_level_cache=false
|
---|
15 | spring.jpa.properties.hibernate.cache.use_query_cache=false
|
---|
16 | spring.jpa.show-sql=true
|
---|
17 |
|
---|
18 | spring.mvc.view.prefix=/static/
|
---|
19 | spring.mvc.view.suffix=.html
|
---|
20 |
|
---|
21 |
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.