KouroshKSH / Java-GitHub-Explorer

The Java GitHub Explorer is an Android mobile application designed to help users in discovering and exploring top projects on GitHub using Java.
MIT License
0 stars 1 forks source link

Initialize Spring Boot #2

Closed KouroshKSH closed 9 months ago

KouroshKSH commented 9 months ago

To Start the Project

KouroshKSH commented 9 months ago

Project Info

Metadata

Dependencies

1. Spring Web WEB

Build web, including RESTful, applications using Spring MVC. Uses Apache Tomcat as the default embedded container.

2. Spring Data MongoDB NOSQL

Store data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time.

3. Spring Boot DevTools DEVELOPER TOOLS

Provides fast application restarts, LiveReload, and configurations for enhanced development experience.

4. Spring Web Services WEB

Facilitates contract-first SOAP development. Allows for the creation of flexible web services using one of the many ways to manipulate XML payloads.

5. Spring Security SECURITY

Highly customizable authentication and access-control framework for Spring applications.

6. Spring HATEOAS WEB

Eases the creation of RESTful APIs that follow the HATEOAS principle when working with Spring / Spring MVC.