SpringMarket is a project that I made with the objective of learn several features from the Spring family.
There's no demo online, but a preview can be seen at my Portfolio
- Spring Boot
- Spring Security
- Spring JPA
- Hibernate + MySQL
- HikariCP - A solid high-performance JDBC connection pool
- Thymeleaf
- Clone the project.
- Import spring_market database from src/main/resources/static/sql/bbdd.sql to MySQL.
- Open Java project as Maven project with your favorite IDE.
- Add your database configuration to src/main/resources/application.properties
- A servlet is provided for db testing purposes at src/main/java/com.mbarcina.testdb.testDbServlet.java
- Start the application at src/main/java/com.mbarcina.springmarket.SpringmarketApplication