File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed
springboot-starter-data-fast/src/test/resources
springboot-starter/src/test/resources Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 4242 <commons-crypto .version>1.2.0</commons-crypto .version>
4343 <snakeyaml .version>2.2</snakeyaml .version>
4444 <apache-groovy .version>4.0.15</apache-groovy .version>
45- <logback .version>1.3.12</logback .version>
4645 <h2 .version>2.2.224</h2 .version>
4746 </properties >
4847
8281 <version >${h2.version} </version >
8382 </dependency >
8483
85- <dependency >
86- <groupId >ch.qos.logback</groupId >
87- <artifactId >logback-classic</artifactId >
88- <version >${logback.version} </version >
89- </dependency >
90-
91- <dependency >
92- <groupId >ch.qos.logback</groupId >
93- <artifactId >logback-core</artifactId >
94- <version >${logback.version} </version >
95- </dependency >
96-
97-
9884 <dependency >
9985 <groupId >org.bouncycastle</groupId >
10086 <artifactId >bcprov-jdk18on</artifactId >
Original file line number Diff line number Diff line change 11server.port =8088
22spring.datasource.driver-class-name =org.h2.Driver
33spring.datasource.url =jdbc:h2:file:./test.db
4+ spring.jpa.database-platform =org.hibernate.dialect.H2Dialect
45spring.jpa.hibernate.ddl-auto =create-drop
56spring.jpa.show-sql =true
Original file line number Diff line number Diff line change 11server.port =8088
22spring.datasource.driver-class-name =org.h2.Driver
33spring.datasource.url =jdbc:h2:file:./test.db
4+ spring.jpa.database-platform =org.hibernate.dialect.H2Dialect
45spring.jpa.hibernate.ddl-auto =create-drop
56spring.jpa.show-sql =true
You can’t perform that action at this time.
0 commit comments