Skip to content

Microservices and the Application Continuum - Spring Boot

Notifications You must be signed in to change notification settings

nwade/uservices-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uServices Spring Boot

Evolution of a component based architecture using Spring Boot.

See Git tags for step-by-step notes.

git tag -ln

v1              First commit
v2              Functional groups
v3              Feature groups
v4              Components
v5              Services

Database Example

mysql -uroot --execute="create database uservices_test"

mysql -uroot --execute="grant all on uservices_test.* to 'uservices'@'localhost' identified by 'uservices';"

About

Microservices and the Application Continuum - Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages