File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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
189193server :
190- port : 9000
194+ port : 9010
191195 compression :
192196 enabled : true
193197logging :
You can’t perform that action at this time.
0 commit comments