Skip to content

Commit 4264539

Browse files
committed
work
1 parent af397d0 commit 4264539

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/main/resources/application.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ spring:
2727
atomikos:
2828
connectionfactory:
2929
xa-connection-factory-class-name: org.postgresql.xa.PGXADataSource
30-
log-dir: transaction-logs/transaction-logs-simpleworklist
31-
transaction-manager-id: transaction-manager-simpleworklist
3230
jpa:
3331
open-in-view: true
3432
show-sql: true
@@ -48,7 +46,7 @@ spring:
4846
generate_statistics: true
4947
search:
5048
default:
51-
indexBase: ~/.config/simpleworklist
49+
index-base: ~/.config/simpleworklist
5250
session:
5351
store-type: jdbc
5452
jdbc:
@@ -186,8 +184,14 @@ spring:
186184
active: default
187185
datasource:
188186
url: jdbc:postgresql://localhost:5432/simpleworklist
187+
jta:
188+
transaction-manager-id: transaction-manager-simpleworklist
189+
log-dir: transaction-logs/transaction-logs-simpleworklist
190+
jpa:
191+
hibernate:
192+
ddl-auto: update
189193
server:
190-
port: 9000
194+
port: 9010
191195
compression:
192196
enabled: true
193197
logging:

0 commit comments

Comments
 (0)