Skip to content
Snippets Groups Projects
Commit e20288a4 authored by Rhys Evans's avatar Rhys Evans
Browse files

adding dao jar, commiting before mistakes happen

parent 8e3769f5
No related branches found
No related tags found
1 merge request!34Resolve "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"
......@@ -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'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment