Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

ohjunseung/spring-shortsemester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot

Short Semester Project - Real Estate Agency

A simple Spring Web Application for simple CRUD operation.
Real Estate Agency they said.

Web server: Undertow
SQL server: SQLite (not a server)

To run this with Maven:

mvn spring-boot:run

or with wrapper
Unix-like

./mvnw spring-boot:run 

Windows

mvnw.cmd spring-boot:run 
To compile:
mvn package

and can be run with

java -jar compiled.jar

License

This app uses MIT License more info on LICENSE file

About

Short semester project with Spring Boot

Resources

License

Stars

Watchers

Forks

Packages

No packages published