The Java Zero to Hero final content repository containing all resources
- Java Masterclass original Youtube Video
- Author's LinkedIn
- Takima's website
- Understand Spring Doc (french)
- Understand Integration testing with Spring (french)
- Understand load testing (french)
- Java SE 21 Professional Developer study guide
- Java SE 21 Professional Developer Certification
- Run
docker-compose up
in thedev
directory - Open the project in IntelliJ IDEA or your preferred IDE
- Connect to the database and run the schema sql script (in
src/main/resources/data/migration/V1__SCHEMA.sql
) - Run the
App.java
file to start the application
Big thanks to all streamers who relayed the event on Twitch
This project is licensed under the MIT License - see the LICENSE file for details.