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: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T11:08:27.000Z (5 months ago)
- Last Synced: 2025-03-24T07:47:07.635Z (about 2 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
Descriptionprojects
Spring Boot, WebFlux, MongoDB
WebFlux API with entire reactive process and Integration TestSpring Boot, WebFlux, H2
WebFlux API with reactive web and service layer (not repository layer) and Integration (End-To-End) TestSpring Boot Actuator
If need Log files rather than Actuator Endpoints according to Security concerns, Can be used alongside Syslog and ElasticsearchSpring Boot, CXF JAX-RS
CXF is good for "both" JAX-RS and JAX-WSSpring 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 MicroservicesHibernate
A bare Hibernate layer to work on just Data Access Layer (working on DB)