Skip to content

Commit

Permalink
include new projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Jan 24, 2024
1 parent 7d03a08 commit 2c74f37
Show file tree
Hide file tree
Showing 36 changed files with 191 additions and 322 deletions.
21 changes: 7 additions & 14 deletions avoid-repeating-attributes-in-jpa-entities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,20 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>de.blog.rieckpil</groupId>
<parent>
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>avoid-repeating-attributes-in-jpa-entities</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>avoid-repeating-attributes-in-jpa-entities</name>
<description>Demo project fo avoiding repeated attributes in JPA entities</description>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
15 changes: 6 additions & 9 deletions demo-crud-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>de.rieckpil.blog</groupId>

<artifactId>demo-crud-application</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>demo-crud-application</name>
<description>Demo project for Spring Boot</description>

<properties>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
9 changes: 4 additions & 5 deletions dependency-version-update-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>de.rieckpil.blog</groupId>
<artifactId>dependency-version-update-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>dependency-version-update-plugin</name>
Expand Down
15 changes: 6 additions & 9 deletions deploy-spring-boot-to-gke/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>de.rieckpil.blog</groupId>

<artifactId>deploy-spring-boot-to-gke</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>deploy-spring-boot-to-gke</name>
<description>Demo project for Spring Boot</description>

<properties>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
15 changes: 6 additions & 9 deletions difference-between-mock-and-mockbean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>de.rieckpil.blog</groupId>

<artifactId>difference-between-mock-and-mockbean</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>difference-between-mock-and-mockbean</name>
<description>Demo project for Spring Boot</description>

<properties>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
21 changes: 8 additions & 13 deletions dynamic-sql-querying-with-pagination/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,20 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>de.rieckpil.tutorials</groupId>

<parent>
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dynamic-sql-querying-with-pagination</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dynamic-sql-querying-with-pagination</name>
<description>Quick sample for dynamic SQL querying with pagination</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
21 changes: 7 additions & 14 deletions expose-git-information-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,20 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>de.rieckpil.blog</groupId>
<parent>
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>expose-git-information-actuator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>expose-git-information-actuator</name>
<description>Codebase for blog post about exposing git information with Actuator</description>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
12 changes: 6 additions & 6 deletions github-actions-java-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>de.rieckpil.blog</groupId>

<artifactId>github-actions-java-maven</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>github-actions-java-maven</name>
<description>Demo project for Spring Boot</description>

<properties>
<java.version>11</java.version>
<testcontainers.version>1.16.0</testcontainers.version>
</properties>

Expand Down
21 changes: 7 additions & 14 deletions lazy-loading-of-jpa-attributes-with-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,20 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>de.rieckpil.blog</groupId>
<parent>
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>lazy-loading-of-jpa-attributes-with-hibernate</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>lazy-loading-of-jpa-attributes-with-hibernate</name>
<description>Sample project for Lazy Loading of JPA attributes with Hibernate</description>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
19 changes: 8 additions & 11 deletions load-testing-your-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>de.rieckpil.blog</groupId>

<parent>
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>load-testing-your-application</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>load-testing-your-application</name>
<description>Load testing your application</description>

<properties>
<java.version>1.8</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
13 changes: 4 additions & 9 deletions maven-plugins-to-ensure-quality/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,16 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.0</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>de.rieckpil.blog</groupId>
<artifactId>maven-plugins-to-ensure-quality</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>maven-plugins-to-ensure-quality</name>

<properties>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

<properties>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<modules>
Expand Down
14 changes: 5 additions & 9 deletions remote-debugging-spring-boot-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,19 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>de.rieckpil.blog</groupId>
<artifactId>blog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>de.rieckpil.blog</groupId>
<artifactId>remote-debugging-spring-boot-application</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>remote-debugging-spring-boot-application</name>
<description>Demo project for Remote debugging of Spring Boot application</description>

<properties>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Loading

0 comments on commit 2c74f37

Please sign in to comment.