kinmargab's Stars
basecamp/bc3-integrations
ThomasVitale/cloud-native-spring-in-action
🍃 Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning)
PacktPublishing/Microservices-with-Spring-Boot-and-Spring-Cloud-2E
Microservices-with-Spring-Boot-and-Spring-Cloud-2E, Published by Packt
PacktPublishing/Java-Coding-Problems
Java Coding Problems, published by Packt
PacktPublishing/Modern-API-Development-with-Spring-and-Spring-Boot
Modern API Development with Spring and Spring Boot, published by Packt
carnellj/spmia-chapter2
PacktPublishing/Spring-5.0-Cookbook
Spring 5.0 Cookbook, published by Packt
PacktPublishing/Learning-Spring-Boot-2.0-Second-Edition
Learning Spring Boot 2.0, Second edition, published by Packt
PacktPublishing/Mastering-Spring-Boot-2.0
Mastering Spring Boot 2.0, published by Packt
PacktPublishing/Spring-Boot-2.0-Projects
Spring Boot 2.0 Projects, published by Packt
spring-projects/spring-batch
Spring Batch is a framework for writing batch applications using Java and Spring
iluwatar/java-design-patterns
Design patterns implemented in Java
hpang123/Java-Persistence-with-Hibernate
reljicd/spring-boot-shopping-cart
Simple shopping cart web app made using Spring Boot + Thymeleaf
dgrushetskiy/spring-boot2-Many-to-many
Spring boot2 thymeleaf postgresql Many-to-many
andrey-makeyev/BookRegistry
Book registry web application with one-to-many Hibernate mapping, that means that one row in a table is mapped to multiple rows in another table. Based on JDK 11, Spring Boot, Maven, Thymeleaf, Bootstrap and MariaDB.
spring-guides/gs-consuming-rest
Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.