Skip to content

wisnunugroho21/initial-java-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Initial Java Spring

This project is the initial file and folder for creating a java spring project

Install Maven

You must install Maven first

Click here to download Maven

Click here to install Maven

MySQL

This project using MySQL. Make sure you have installed MySQL in your system. Create a database first, then configure setting based on your database.

Open /src/main/resources/application.properties

Then, set the parameter based on your database :

spring.jpa.hibernate.ddl-auto=create
spring.datasource.url=jdbc:mysql://localhost:3306/<Your Database>
spring.datasource.username=<Your Username>
spring.datasource.password=<Your Password>

Usage

Go to the project's directory. Then run this command :

mvn clean install
java -jar target\test-0.2.0.jar

Contributing

Pull requests are welcome. For major changes and/or sugesstions, please open an issue first to discuss what you would like to change.

About

This is a initial code for Java Spring Project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published