https://github.com/jesperancinha/jeorg-spring-master-test-drives
Spring Master Test Drives is a repo about studying the Spring Framework in depth.
https://github.com/jesperancinha/jeorg-spring-master-test-drives
cassandra spring spring-boot spring-cassandra spring-crud spring-jpa spring-mvc spring-mvc-framework springboot
Last synced: 7 months ago
JSON representation
Spring Master Test Drives is a repo about studying the Spring Framework in depth.
- Host: GitHub
- URL: https://github.com/jesperancinha/jeorg-spring-master-test-drives
- Owner: jesperancinha
- License: apache-2.0
- Created: 2021-05-21T16:44:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:34:31.000Z (8 months ago)
- Last Synced: 2024-10-29T12:29:47.790Z (8 months ago)
- Topics: cassandra, spring, spring-boot, spring-cassandra, spring-crud, spring-jpa, spring-mvc, spring-mvc-framework, springboot
- Language: Kotlin
- Homepage: https://jesperancinha.github.io/jeorg-spring-master-5-test-drives/
- Size: 2.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Master Test Drives
---
[](https://github.com/jesperancinha/jeorg-spring-master-test-drives)
[](https://www.apache.org/licenses/LICENSE-2.0)[](https://circleci.com/gh/jesperancinha/jeorg-spring-master-test-drives)
[](https://ci.appveyor.com/project/jesperancinha/jeorg-spring-master-test-drives)
[](https://github.com/jesperancinha/jeorg-spring-master-test-drives/actions/workflows/jeorg-spring-master-test-drives.yml)[](https://www.codacy.com/gh/jesperancinha/jeorg-spring-master-test-drives/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/jeorg-spring-master-test-drives&utm_campaign=Badge_Grade)
[](https://codebeat.co/projects/github-com-jesperancinha-jeorg-spring-master-test-drives-main)
[](https://snyk.io/test/github/jesperancinha/jeorg-spring-master-test-drives)[](https://www.codacy.com/gh/jesperancinha/jeorg-spring-master-test-drives/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/jeorg-spring-master-test-drives&utm_campaign=Badge_Coverage)
[](https://coveralls.io/github/jesperancinha/jeorg-spring-master-test-drives?branch=master)
[](https://codecov.io/gh/jesperancinha/jeorg-spring-master-test-drives)[](#)
[](#)
[](#)---
## Technologies used
Please check the [TechStack.md](TechStack.md) file for details.
## Introduction
Study Project for the Spring Framework. For more info check the [LogBook](./LogBook.md) file.
#### Stable releases
- [1.0.0](https://github.com/jesperancinha/jeorg-spring-master-test-drives/tree/1.0.0) - [960c0dbfbe9aef8c11c432c2c380814acf409b37](https://github.com/jesperancinha/jeorg-spring-master-test-drives/tree/1.0.0) - Spring boot 2.7.5
- [2.0.0](https://github.com/jesperancinha/jeorg-spring-master-test-drives/tree/2.0.0) - [efe08c01f3e67dcb9d18707c9cc662c8ece4bfbc](https://github.com/jesperancinha/jeorg-spring-master-test-drives/tree/2.0.0) - Spring boot 3.0.0## Specs
1. Spring: [org.springframework](https://mvnrepository.com/artifact/org.springframework/)
2. Spring Boot: [org.springframework.boot/spring-boot-starter-parent](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent)## Build
Note that if you want to build this project from the root, you need to use one of the JDK 11 or upper versions.
See [Hints&Tricks](https://github.com/jesperancinha/project-signer/blob/master/project-signer-templates/Hints%26Tricks.md)
document for more details
```bash
make build
```
> Deprecated
>```bash
>mvn clean install -Dconsolerizer.show=false
>````
## Install JDK 11 using [SDK-MAN](https://sdkman.io/)```bash
sdk install java 11.0.9.hs-adpt
sdk use java 11.0.9.hs-adpt
```## Sequence Diagram
```mermaid
sequenceDiagram
participant USER
participant SPRING
participant SPRING CORE Docs
participant SPRING Details
participant SPRING Packaging
participant Spring Professional
rect rgb(1,130,25)
USER->>SPRING: User studies spring
SPRING->>SPRING CORE Docs: User dives into Spring Core Docs
SPRING CORE Docs->>SPRING Details: User thinks about using all annotation params
SPRING Details->>SPRING Packaging: User checks out packaging possibilities with containers
SPRING Details->>Spring Professional: User becomes
loop Keep updated
Spring Professional->>SPRING: User studies again
end
end
```Note: You need a Mermaid plugin extension
i.e. [mermaid-plugin](https://chrome.google.com/webstore/detail/mermaid-diagrams/phfcghedmopjadpojhmmaffjmfiakfil/related)
## Tech-stack Cloud
`@Transational timeout`, `TestRestTemplate`, `HealthIndicator`, `actuator`, `Embedded`, `JPA`, `Big Data`
`Cassandra support`, `Transaction under Transaction`, `Health indicators`, `packaging`
`containers`, `tomcat`, `jetty`## References
### Books
- Cosmina, I. (11th December 2019). Pivotal Certified Professional Core Spring 5 Developer Exam: A Study Guide Using Spring Framework 5. (Second Edition). Apress
- Sharma, R. (September 2018). Hands-On Reactive Programming with Reactor. (First Edition). Packt
- Cosmina, I. Harrop, R. Schaefer, C. Ho, C. (October 2017). Pro Spring 5 An In-Depth Guide to the Spring Framework and Its Tools. (Fifth Edition). Apress
- Winch, R. Mularien, P. (December 2012). Spring Security 3.1. (Second Edition). Packt Publishing
- Kurniawan, B. Deck, P. (January 2015). Servlet, JSP & Spring MVC. (First Edition). Brainy Software
- Long, J. (2020). Reactive Spring. (First Edition). Josh Long### Online
- [Mockk](https://mockk.io/)
- [Spring HATEOAS](https://docs.spring.io/spring-hateoas)
- [Spring HATEOAS All Classes](https://docs.spring.io/spring-hateoas/docs/current/api/)
- [Spring Framework All Classes](https://docs.spring.io/spring-framework/docs/current/javadoc-api/)
- [Spring Security All Classes](https://docs.spring.io/spring-security/site/docs/current/api/allclasses.html)
- [Spring Data Cassandra](https://docs.spring.io/spring-data/cassandra/docs/current/reference/html/#preface)
- [Spring Boot Actuator Web API Documentation](https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/)
- [Spring Boot Reference Documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/)
- [What’s new in Spring Framework 5](https://developer.ibm.com/languages/java/tutorials/j-whats-new-in-spring-framework-5-theedom)
- [Spring Framework Overview](https://docs.spring.io/spring-framework/docs/5.1.18.RELEASE/spring-framework-reference/overview.html)
- [Spring Framework Documentation - Current Version](https://docs.spring.io/spring-framework/docs/current/reference/html/index.html)
- [Spring Boot CDS support and Project Leyden anticipation](https://spring.io/blog/2024/08/29/spring-boot-cds-support-and-project-leyden-anticipation)## About me
[](https://github.com/jesperancinha)