Skip to content

bytesbanana/spring-simple-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple blog application

This is simple blog built with spring boot project

Requirement

This project need JDK 1.8 installed in your environment

MySQL is running on port 3306

MAVEN install on your system

Running this application locally

open file ./src/main/resources/application.properties

replace <<USERNAME>> with your DB username

replace <<PASSWORD>> with your DB password

replace <<HOST>> with your email host server

replace <<PORT>> with your email port

replace <<MAIL_USERNAME>> with email username

replace <<MAIL_PASSWORD>> with email pasword

Next Go to project root directory and run command

mvn spring-boot:run

Open API document http:https://localhost:8080/swagger-ui/index.html

Enjoy !

About

Simple blog API project built with Spring Boot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages