Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spring-attic/sagan

The spring.io site and reference application
https://github.com/spring-attic/sagan

Last synced: about 2 months ago
JSON representation

The spring.io site and reference application

Awesome Lists containing this project

README

        

## Note to contributors

The spring.io website is not using the sagan application in production anymore. This repository is now archived.

## Sagan: the spring.io site and reference application

Welcome! The code in the main branch of this repository is deployed and running right now at [spring.io](http://spring.io). The [blog][], the collection of [guides][], and everything else you see there is implemented right here.

In addition to the practical purpose of powering Spring's home on the web, this project is designed to serve as a *reference application*--a resource that developers can use to see how the [Spring team][] have used Spring to implement a real-world app with a few interesting requirements. We hope you'll find it useful!

## Getting started

You'll find everything you need to get started in the [project wiki][], but you can also begin by simply browsing through the repository and finding what's of interest to you. You'll find README files in key directories, and Javadoc throughout the code. The app and all of its documentation are designed with the idea of a 'self-guided tour' in mind.

## Q&A and issue tracking

If you have any questions, feedback, or feature requests, don't hesitate to [add an issue][].

## Contributing

[Pull requests](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request) are welcome; see the [contributor guidelines](CONTRIBUTING.md) for details.

## License

Sagan is released under the [BSD-3 license](LICENSE.md).

[blog]: https://spring.io/blog
[guides]: https://spring.io/guides
[Spring team]: https://spring.io/team
[project wiki]: https://github.com/spring-io/sagan/wiki
[add an issue]: https://github.com/spring-io/sagan/issues