A Spring Boot project that securely stores and manages contacts online. Access your contacts from anywhere, anytime. Simplify your communication and stay connected effortlessly.
-
Spring Boot: A framework for creating standalone, production-grade Spring-based applications.
-
Spring Boot Starter Data JPA: A dependency that provides support for using Java Persistence API (JPA) to interact with databases.
-
Spring Boot Starter Thymeleaf: A dependency that integrates the Thymeleaf templating engine with Spring Boot, enabling server-side rendering of HTML templates.
-
Spring Boot Starter Web: A dependency that provides a comprehensive set of libraries for building web applications using Spring MVC.
-
Spring Boot Starter Security: A dependency that adds security features to your Spring Boot application, enabling authentication and authorization.
-
Spring Boot DevTools: A dependency that provides additional development-time features, such as automatic restarts and enhanced error reporting.
-
MySQL Connector/J: A JDBC driver for connecting to MySQL databases.
-
Java Validation API: A dependency that provides the Java Bean Validation API for validating data.
-
Hibernate Validator: A dependency that provides the implementation of the Bean Validation API based on Hibernate.
-
Spring Boot Starter Test: A dependency that includes testing frameworks and libraries for writing unit and integration tests in Spring Boot applications.
These technologies enable you to build a robust and secure contact management application using Spring Boot, with data persistence, web functionality, and validation capabilities.
smartcontactmanager\target\smartcontactmanager-0.0.1-SNAPSHOT.jar