Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 398 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 398 Bytes

gspringmvc

Sample groovy/gradle spring mvc and sprint boot app supports file upload.

The bootRun task has been configured to read in the environment, so for example to run as test environment use: gradle -PjvmArgs="-Dspring.profiles.active=test" bootRun

bootRun defaults to dev if no args passed

Access h2 in development via https://localhost:8443/h2-console/ with jdbc:h2:mem:csb connect URL