added percent usage

This commit is contained in:
Jörg Henke
2022-07-05 22:00:41 +02:00
parent a0e1aaa990
commit d3a2b11f86
6 changed files with 92 additions and 84 deletions

View File

@ -18,7 +18,7 @@ targetCompatibility = 11
repositories {
mavenLocal()
mavenCentral()
maven { url "https://www.jottyfan.de/mvnrepo" }
maven { url "https://www.jottyfan.de/libs" }
maven { url "https://repo.maven.apache.org/maven2" }
// maven { url "https://gitlab.com/jottyfan/libs/-/raw/main" }
}
@ -50,7 +50,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
implementation 'de.jottyfan:timetrackjooq:0.1.0'
implementation 'de.jottyfan:timetrackjooq:0.1.1'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.0.0'