×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Andras Madi-Szabo
Added: May 19, 2020 9:39 AM
Modified: May 19, 2020 9:40 AM
Views: 4345
Tags: vizsga
  1. dependencies {
  2.     implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
  3.     implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
  4.     implementation 'org.springframework.boot:spring-boot-starter-web'
  5.     compileOnly 'org.projectlombok:lombok'
  6.     developmentOnly 'org.springframework.boot:spring-boot-devtools'
  7.     runtimeOnly 'mysql:mysql-connector-java'
  8.     annotationProcessor 'org.projectlombok:lombok'
  9.     testImplementation('org.springframework.boot:spring-boot-starter-test') {
  10.         exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
  11.     }
  12. }