Skip to content

Kether180/springboot-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-app

Java-spring6

This is a simple web app that uses Spring 6 and Spring Boot. It includes a database using H2 and JPA, and uses Thymeleaf for templating.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Java 21
Maven 3.6.3

Installing

A step by step series of examples that tell you how to get a development env running

Clone the repo

git clone https://github.com/example/spring-6-web-app.git

Change directory into the project

cd spring-6-web-app

Build the project

mvn clean install

Run the project

mvn spring-boot:run

The app will start up on port 8080 by default. You can access the home page at http://localhost:8080/.

Running the tests

Explain how to run the automated tests for this system

mvn test

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

About

Java-spring-boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages