We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b65e70 commit c7ebfe5Copy full SHA for c7ebfe5
src/main/resources/application.yml
@@ -1,5 +1,5 @@
1
server:
2
- # port: ${SIMPLEWORKLIST_PORT}
+ port: ${PORT}
3
error:
4
path: /fehler
5
compression:
@@ -26,7 +26,7 @@ spring:
26
jta:
27
atomikos:
28
connectionfactory:
29
- xa-connection-factory-class-name: org.postgresql.xa.PGXADataSource
+ xa-connection-factory-class-name: org.postgresql.xa.PGXAConnection
30
jpa:
31
open-in-view: true
32
show-sql: true
@@ -148,7 +148,7 @@ spring:
148
hibernate:
149
ddl-auto: update
150
151
- port: 8080
152
153
enabled: true
154
logging:
0 commit comments