Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjansen/ceylon-spring5
Simple example that shows how to use Ceylon nullable types in Spring 5
https://github.com/bjansen/ceylon-spring5
ceylon nullable spring
Last synced: 4 days ago
JSON representation
Simple example that shows how to use Ceylon nullable types in Spring 5
- Host: GitHub
- URL: https://github.com/bjansen/ceylon-spring5
- Owner: bjansen
- License: apache-2.0
- Created: 2017-09-09T20:35:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T20:31:15.000Z (over 7 years ago)
- Last Synced: 2024-10-31T15:47:59.284Z (about 2 months ago)
- Topics: ceylon, nullable, spring
- Language: Batchfile
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ceylon-spring5
A simple example that shows how to use Ceylon nullable types in Spring 5.
*Note:* This example requires Ceylon 1.4.0 beta/2.0, which is currently in development
* `Config.ceylon` configures Spring to scan annotations in the current package
* `beans.ceylon` declares a few beans and injects them in `MyController`
* `run.ceylon` boots Spring and checks that `autowired` nullable types are accepted by Spring when no bean candidate is found in the current context