-
spring-boot-restcontroller Public
Sample code for a RestController in Spring using Swagger
-
full-reactive-stack Public
Full Reactive Stack with Spring Boot (WebFlux), MongoDB and Angular
-
code-quality-game Public
A simple, gamified way to improve code quality using SonarQube.
-
brave Public
Forked from openzipkin/braveJava distributed tracing implementation compatible with Zipkin backend services.
Java Apache License 2.0 UpdatedAug 29, 2022 -
Sample project demonstrating different Test Strategies that can be followed when using Spring Boot.
-
spring-boot-cucumber Public
Sample project showing how to set up DI with Cucumber using Spring Boot
-
spring-boot-amqp-messaging Public
This is a simple spring-boot app that shows how to configure easily RabbitMQ with AMQP for producing and consuming messages in default format and JSON.
-
test-bdd-assertj Public
Sample project using BDDMockito and AssertJ to write BDD-style unit tests
-
spring-boot-jboss-wildfly Public
Spring Boot application sample that can be deployed to a JBoss Wildfly application server
-
spring-boot-rest-exceptions Public
Custom error formatting and exception handling in Rest Controllers with Spring Boot
-
jdk12-switch-expressions Public
Example code of the Switch Expressions preview feature in Java 12
Java UpdatedJan 7, 2019 -
docker-wildfly-java-10 Public
Dockerfile to build a Wildfly 13 image using JDK 10
Dockerfile UpdatedAug 6, 2018 -
Commonly-used Java JSON serialization examples
-
spring-boot-hola-docker Public
Example of Dockerized Spring Boot application
-
spring-boot-eureka Public
Sample project using Eureka and Spring Boot 2
-
java-9-flow-reactive Public
A sample application using Java 9's Flow API and SubmissionPublisher
-
completable-future-example Public
Example project comparing Java's CompletableFuture and Future implementations