Skip to content

chiquitinxx/springboot-rest-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot demo

Little demo to insert and show groovy frameworks. Running with spring-boot, the server is mainly a REST api to insert and list frameworks. All the logic running in the client. That logic is done in groovy with spock tests and converted to javascript with grooscript. Using require.js to load all javascript stuff.

Create idea project:

./gradlew idea

Run project in local (create MongoDb instance and convert groovy files to javascript in background):

./gradlew bootRun

Convert groovy files to javascript:

./gradlew convert

Demo running in local http://localhost:8080/

Can see application deployed on Openshift

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published