https://github.com/coditori/javatori
Code Tutorials, Examples, and Best Practices.
https://github.com/coditori/javatori
best-practices cxf examples hamcrest hibernate java jax-rs junit mockito spring spring-boot spring-data-jpa spring-mvc spring-security swagger-ui tutorial tutorial-code tutorial-exercises tutorials
Last synced: 6 months ago
JSON representation
Code Tutorials, Examples, and Best Practices.
- Host: GitHub
- URL: https://github.com/coditori/javatori
- Owner: coditori
- License: apache-2.0
- Created: 2016-10-30T09:17:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T11:08:27.000Z (about 1 year ago)
- Last Synced: 2025-04-10T06:45:11.417Z (10 months ago)
- Topics: best-practices, cxf, examples, hamcrest, hibernate, java, jax-rs, junit, mockito, spring, spring-boot, spring-data-jpa, spring-mvc, spring-security, swagger-ui, tutorial, tutorial-code, tutorial-exercises, tutorials
- Language: Java
- Homepage: http://code.massoudafrashteh.com
- Size: 19.3 MB
- Stars: 44
- Watchers: 3
- Forks: 27
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Java Code Tutorials, Spring boot Integrations
These projects usually are a simple Enterprise combination of existing technologies. The following sample applications are provided:
Sample
Description
projects
Spring Boot, WebFlux, MongoDB
WebFlux API with entire reactive process and Integration Test
Spring Boot, WebFlux, H2
WebFlux API with reactive web and service layer (not repository layer) and Integration (End-To-End) Test
Spring Boot Actuator
If need Log files rather than Actuator Endpoints according to Security concerns, Can be used alongside Syslog and Elasticsearch
Spring Boot, CXF JAX-RS
CXF is good for "both" JAX-RS and JAX-WS
Spring Boot RESTful
If don't care about JAX-RS standards use Spring RESTful
"Modular" Spring Boot RESTful
A Separated layers project but a Modular application is an old approach take a look at Microservices
Hibernate
A bare Hibernate layer to work on just Data Access Layer (working on DB)