Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 768 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 768 Bytes

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