Re: [cas-dev] Using CasConfigurationProperties and add my own properties to cas.properties

2018-02-26 Thread Julien Marchal
Thanks you, it's work fine. Le vendredi 23 février 2018 10:30:47 UTC+1, Dmitriy Kopylenko a écrit : > > You simply create your own “POJO” encapsulating custom properties and > inject that bean into your custom components. No need to mess around with > CAS’ CasConfigurationProperties class. > > H

Re: [cas-dev] Using CasConfigurationProperties and add my own properties to cas.properties

2018-02-25 Thread Peter Lajko
Hi, Since this line was added to CasConfigurationProperties : @ConfigurationProperties(value = "cas", ignoreUnknownFields = false) It

Re: [cas-dev] Using CasConfigurationProperties and add my own properties to cas.properties

2018-02-23 Thread Dmitriy Kopylenko
You simply create your own “POJO” encapsulating custom properties and inject that bean into your custom components. No need to mess around with CAS’ CasConfigurationProperties class. Here’s an an example of a couple of custom