mohamed-taman / Springy-Store-Microservices

Springy Store is a conceptual simple μServices-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those μServices are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.

Home Page:https://mohamed-taman.github.io/Springy-Store-Microservices/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use Java 8 ?

zsunpl opened this issue · comments

Can I change java version to 8?or any version less than 15?Thanks!

@zsunpl no, you can't use Java 8, because I use in the project some Java 14 language APIs/features that can't work on Java 8, so you have to have Java 14+.