11plugins {
2- 	 id(" org.springframework.boot" " 2.5.1" 
3- 	 id(" io.spring.dependency-management" " 1.0.11.RELEASE" 
4- 	 java
2+      id(" org.springframework.boot" " 2.5.1" 
3+      id(" io.spring.dependency-management" " 1.0.11.RELEASE" 
4+      java
55}
66
77repositories {
8- 	 mavenCentral()
8+      mavenCentral()
99}
1010
1111dependencies {
12- 	implementation(" org.springframework.boot:spring-boot-starter-data-jpa" 
13- 	implementation(" org.springframework.boot:spring-boot-starter-data-redis" 
14- 	implementation(" org.springframework.boot:spring-boot-starter-data-rest" 
15- 	implementation(" org.springframework.boot:spring-boot-starter-oauth2-resource-server" 
16- 	implementation(" org.springframework.boot:spring-boot-starter-oauth2-client" 
17- 	implementation(" org.springframework.boot:spring-boot-starter-security" 
18- 	implementation(" org.springframework.boot:spring-boot-starter-web" 
19- 	implementation(" org.mariadb.jdbc:mariadb-java-client:2.7.3" 
20- 
21- 	developmentOnly(" org.springframework.boot:spring-boot-devtools" 
22- 
23- 	testImplementation(" org.springframework.boot:spring-boot-starter-test" 
24- 	testImplementation(" org.springframework.security:spring-security-test" 
25- 	testImplementation(" com.h2database:h2" 
12+     implementation(" org.springframework.boot:spring-boot-starter-data-jpa" 
13+     implementation(" org.springframework.boot:spring-boot-starter-data-redis" 
14+     implementation(" org.springframework.boot:spring-boot-starter-data-rest" 
15+     implementation(" org.springframework.boot:spring-boot-starter-oauth2-resource-server" 
16+     implementation(" org.springframework.boot:spring-boot-starter-oauth2-client" 
17+     implementation(" org.springframework.boot:spring-boot-starter-security" 
18+     implementation(" org.springframework.boot:spring-boot-starter-web" 
19+     implementation(" org.mariadb.jdbc:mariadb-java-client:3.0.5" 
20+     implementation(" com.h2database:h2:2.1.212" 
21+ 
22+     developmentOnly(" org.springframework.boot:spring-boot-devtools" 
23+ 
24+     testImplementation(" org.springframework.boot:spring-boot-starter-test" 
25+     testImplementation(" org.springframework.security:spring-security-test" 
26+     testImplementation(" com.h2database:h2" 
2627}
2728
2829
@@ -32,11 +33,11 @@ version = "0.0.1-SNAPSHOT"
3233java.sourceCompatibility =  JavaVersion .VERSION_16 
3334
3435tasks {
35- 	 withType<JavaCompile > {
36- 		 options.encoding =  " UTF-8" 
37- 	 }
36+      withType<JavaCompile > {
37+          options.encoding =  " UTF-8" 
38+      }
3839
39- 	 withType<Test > {
40- 		 useJUnitPlatform()
41- 	 }
40+      withType<Test > {
41+          useJUnitPlatform()
42+      }
4243}
0 commit comments