Skip to content

ranjeetk24/spring-boot-microservice-rest-mysql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install MySQL
create database userportal
use ddl-auto=create to create database tables automatically
spring.jpa.hibernate.ddl-auto=create
Refer https://github.com/ranjeetk24
After running zuul-api-gateway-spring-boot, eureka-server-spring-boot and spring-boot-microservice-rest-mysql-demo 
http://localhost:9090/api/user-service/user
http://localhost:9090/api/user-service/register

If running standalone
http://localhost:8098/user

Releases

No releases published

Packages

No packages published

Languages