https://github.com/dcoxall/learning-spring
A basic todo list implemented with Java Spring
https://github.com/dcoxall/learning-spring
Last synced: 14 days ago
JSON representation
A basic todo list implemented with Java Spring
- Host: GitHub
- URL: https://github.com/dcoxall/learning-spring
- Owner: dcoxall
- License: mit
- Created: 2014-12-07T09:49:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T17:00:10.000Z (over 11 years ago)
- Last Synced: 2025-01-15T01:03:25.885Z (over 1 year ago)
- Language: Java
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/dcoxall/learning-spring)
learning-spring
===============
To help me learn Java and the Swing framework I choose to build a basic web
application to give me a good idea of how everything works.
Development
-----------
learning-spring was created to run in a container and so has been configured to
work using the [fig] development tool.
To get started run:
$ fig up
Running the tests (through fig)
-------------------------------
$ fig run app "./gradlew" test
Running the tests (without fig)
-------------------------------
$ ./gradlew test
[fig]: http://www.fig.sh