- Maven 3
- JDK 21
Example of app with Akka framework usage
- Digital signing of string/file/xml
- Encryption example
- Guice usage example
- JMS connector to get queue size by JMX
- ObjectMapper usage example with serialization/deserialization object to/from string
- Example of annotation-driven masker
- Example of work with sockets
- Example of testing classes using Mockito / JMock mocks
Example of custom Spring Boot Starter
Example of Dagger usage
Example of DB versioning usage with help of
Example of Elasticsearch usage
Example of GraphQL usage in Spring Boot application
Example of gRPC service and its client
Example of different cases of Hibernate mappings
Example of OpenApi generation:
Example of STOMP messaging over WebSockets for building interactive web application
- Application to record a microphone's sound and play after that
- Application to analyze a spectrum of microphone's sound
Example of Java Test containers usage with help of Docker
Example of two-factor authentication application with usage of Google authenticator
Example of different cases of tests debugging
To allow io.fabric8:docker-maven-plugin
manipulate with Docker images need to add
DOCKER_HOST=tcp://127.0.0.1:2375
to environment variables on Windows machine and switch on
Docker option Expose daemon on tcp://localhost:2375 without TLS