Skip to content
Snippets Groups Projects

Resolve "As a user, I would like a town specific page which shows all trails for that town so that I can easily see my progress"

Compare and Show latest version
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -22,7 +22,7 @@ repositories {
}
dependencies {
implementation 'org.springframework:spring-dao:2.0.8'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
@@ -38,12 +38,19 @@ dependencies {
// https://mvnrepository.com/artifact/org.springframework/spring-dao
// https://mvnrepository.com/artifact/org.springframework/spring-dao
implementation group: 'org.springframework', name: 'spring-tx', version: '6.1.1'
implementation 'org.springframework:spring-dao:2.0.8'
// implementation 'org.springframework.dao.DataAccessException'
//Thanks for using https://jar-download.com
}
jar {
manifest{
attributes 'External-Library' :
}
}
tasks.named('bootBuildImage') {
builder = 'paketobuildpacks/builder-jammy-base:latest'
}
Loading