Skip to content

Playground for testing ideas and storing useful snippets and examples.

License

Notifications You must be signed in to change notification settings

ziemsky/sandbox

Repository files navigation

sandbox

Playground for testing ideas and storing useful snippets and examples.

Building and executing

In order to run the build and individual examples you need Java 8 or later installed. Build is managed by Gradle, with Gradle Wrapper configured so you don't need Gradle installed directly on your machine.

Simply execute ./gradlew from the root directory (the one containing .git directory) followed by full project path ending with task you want to run. For example, to run tests against project mvc-controller-sharing-endpoint-with-repository you'd execute:

./gradlew :spring:data-rest:mvc-controller-sharing-endpoint-with-repository:test

Add --info to to the command to see more detailed output.

To list default/key tasks available in each project, execute task keyTasks, for example:

./gradlew :spring:data-rest:mvc-controller-sharing-endpoint-with-repository:keyTasks

To discover available projects execute:

./gradlew projects

Projects

Sandbox is structured as a hierarchy of projects:

Licence

All source code in this repository is licenced to use as specified in MIT licence.

The summary of the intention for allowed use of the code from this repository:

  • Feel free to use it in any form (source code or binary) and for any purpose (personal use or commercial).
  • Feel free to use entire files or snippets of the code with or without modifications or simply use it as examples to inspire your own solutions.
  • You don't have to state my authorship in any way and you don't have to include any specific licence.
  • Don't hold me responsible for any results of using this code.

For more details of this licence see:

About

Playground for testing ideas and storing useful snippets and examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published