|
8 | 8 |
|
9 | 9 | ### Documentation |
10 | 10 | * [spring-boot](https://spring.io/projects/spring-boot) |
11 | | -* [spring-data-jpa](https://spring.io/projects/spring-data-jpa) |
12 | | -* [spring-framework](https://spring.io/projects/spring-framework) |
| 11 | +* [spring-data-jpa](https://docs.spring.io/spring-data/jpa/docs/2.7.6/reference/html/) |
| 12 | +* [spring-framework](https://docs.spring.io/spring-framework/docs/5.3.23/reference/html/) |
13 | 13 | * [spring-framework Data Access](https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/data-access.html) |
14 | 14 | * [spring-framework WebMVC](https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html) |
15 | | -* [spring-boot reference](https://docs.spring.io/spring-boot/docs/2.2.5.RELEASE/reference/html/) |
16 | | -* [spring-boot appendix-application-properties](https://docs.spring.io/spring-boot/docs/2.2.5.RELEASE/reference/html/appendix-application-properties.html#common-application-properties) |
17 | | -* [spring-boot api](https://docs.spring.io/spring-boot/docs/2.2.5.RELEASE/api/) |
18 | | -* [spring-data-jpa](https://docs.spring.io/spring-data/jpa/docs/2.2.5.RELEASE/reference/html/#reference) |
19 | | - |
20 | | -### Gradle Plugins |
21 | | -* [org.springframework.boot](https://plugins.gradle.org/plugin/org.springframework.boot) |
22 | | -* [org.springframework.cloud.contract](https://plugins.gradle.org/plugin/org.springframework.cloud.contract) |
23 | | -* [io.spring.dependency-management](https://plugins.gradle.org/plugin/io.spring.dependency-management) |
24 | | -* [org.asciidoctor.jvm.convert](https://plugins.gradle.org/plugin/org.asciidoctor.jvm.convert) |
25 | | -* [com.avast.gradle.docker-compose](https://plugins.gradle.org/plugin/com.avast.gradle.docker-compose) |
26 | | -* [org.liquibase.gradle](https://plugins.gradle.org/plugin/org.liquibase.gradle) |
| 15 | +* [spring-boot reference](https://docs.spring.io/spring-boot/docs/2.7.5/reference/html/) |
| 16 | +* [spring-boot appendix-application-properties](https://docs.spring.io/spring-boot/docs/2.7.5/reference/html/application-properties.html#appendix.application-properties) |
| 17 | +* [spring-boot api](https://docs.spring.io/spring-boot/docs/2.7.5/api/) |
| 18 | +* [spring-data-jpa](https://docs.spring.io/spring-data/jpa/docs/2.7.5/reference/html/) |
27 | 19 |
|
28 | 20 | ### Github Repos |
29 | 21 | * [spring-cloud-contract](https://github.com/spring-cloud/spring-cloud-contract) |
|
42 | 34 | ### UUID and Optimistic Locking |
43 | 35 | * UUID: TODO |
44 | 36 |
|
45 | | -### Database Schema Evolution with Spring Boot JPA |
| 37 | +### Database Schema Evolution with Spring Boot JPA - liquibase |
46 | 38 | * TODO |
47 | 39 | * org.flywaydb:flyway |
48 | | -* org.liquibase:liquibase https://www.liquibase.org/documentation/maven/index.html |
| 40 | +* [org.liquibase:liquibase](https://www.liquibase.org/documentation/maven/index.html) |
49 | 41 |
|
50 | 42 |
|
51 | 43 | ## Frontend with webjars |
52 | | - |
53 | 44 | ### updating webjar Versions: |
54 | | -* change Version in build.gradle "ext" (Line 40) |
| 45 | +* change Version in pom.xml section properties (Line 82) |
55 | 46 | * change Version in src/main/resources/templates/layout/page.html Section head.tw-head and div.tw-footer (Lines 16, 98) |
0 commit comments