dont close H2 on exit in test runs
This commit is contained in:
		@@ -21,7 +21,7 @@ spring:
 | 
				
			|||||||
        type: simple
 | 
					        type: simple
 | 
				
			||||||
    datasource:
 | 
					    datasource:
 | 
				
			||||||
        type: com.zaxxer.hikari.HikariDataSource
 | 
					        type: com.zaxxer.hikari.HikariDataSource
 | 
				
			||||||
        url: jdbc:h2:mem:hsadminNg;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=TRUE
 | 
					        url: jdbc:h2:mem:hsadminNg;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
 | 
				
			||||||
        name:
 | 
					        name:
 | 
				
			||||||
        username:
 | 
					        username:
 | 
				
			||||||
        password:
 | 
					        password:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user