Skip to content

gablon29/ecommerce-springJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Readme.md

This project is a Spring Boot application built with Maven. It is written in Java and follows the standard structure for a Spring Boot project.

## Prerequisites

- Java Development Kit (JDK) 11 or higher
- Maven 3.6.0 or higher

## Building the Project

To build the project, navigate to the project directory and run the following command:

```sh
mvn clean install

This will compile the project, run the tests, and package the application into a JAR file.

Running the Application

To run the application, use the following command:

mvn spring-boot:run

Alternatively, you can run the JAR file directly:

java -jar target/your-application-name.jar

Configuration

The application can be configured using the application.properties or application.yml file located in the src/main/resources directory.

Testing

To run the tests, use the following command:

mvn test

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages