Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spring-attic/sagan
- Owner: spring-attic
- License: bsd-3-clause
- Archived: true
- Created: 2013-05-08T11:36:50.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T18:55:33.000Z (over 1 year ago)
- Last Synced: 2024-05-20T22:50:13.953Z (6 months ago)
- Language: HTML
- Homepage: http://spring.io
- Size: 30.4 MB
- Stars: 3,132
- Watchers: 208
- Forks: 1,514
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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