bjansen / ceylon-spring5

Simple example that shows how to use Ceylon nullable types in Spring 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple example that shows how to use Ceylon nullable types in Spring 5

License:Apache License 2.0


Languages

Language:Batchfile 48.7%Language:Shell 32.6%Language:Ceylon 18.7%