Skip to content
Snippets Groups Projects

Resolve "As a user I want to be able submit a form about a specific landmark to add to the trail"

4 files
+ 51
21
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
0
@@ -28,6 +28,9 @@ dependencies {
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.springframework.boot:spring-boot-starter-validation'
// implementation 'org.springframework.boot:spring-boot-starter-jdbc'
// implementation 'org.mariadb.jdbc:mariadb-java-client:2.1.2'
}
tasks.named('bootBuildImage') {
Loading