Skip to content

Latest commit

 

History

History

derby-create-drop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

spring-boot-derby-create-drop-example Build Status

This repo is contains simple example of usage spring-boot devtools reload/restart with derby

gradle bootRun
http :8080
http post :8080 id=user2 name=user2

# 1. update some code (remove mail2 from User.class and from schema.sql)
# 2. rebuild project inside IDEA oe STS to handle devtools
# 3. check logs....

http :8080 # 2 items again
gradle --stop