dariuszbacinski
07/26/2017, 12:06 PMsdeleuze
07/26/2017, 12:06 PMsdeleuze
07/26/2017, 12:06 PMsdeleuze
07/26/2017, 12:07 PMsdeleuze
07/26/2017, 12:07 PMdariuszbacinski
07/26/2017, 12:09 PMdariuszbacinski
07/26/2017, 12:09 PMsdeleuze
07/26/2017, 12:21 PMsdeleuze
07/26/2017, 12:22 PMdariuszbacinski
07/26/2017, 12:26 PMsdeleuze
07/26/2017, 12:27 PMsdeleuze
07/26/2017, 12:27 PMdariuszbacinski
07/26/2017, 12:29 PMdariuszbacinski
07/26/2017, 12:43 PMsdeleuze
07/26/2017, 2:32 PMdariuszbacinski
07/26/2017, 2:39 PMpoohbar
07/27/2017, 9:04 AM@Configuration
class in Kotlin?poohbar
07/27/2017, 9:04 AM@Configuration
@ConfigurationProperties(prefix = "demo.security.jwt")
public class JwtSettings {
/**
* {@link JwtToken} will expire after this time.
*/
private Integer tokenExpirationTime;
/**
* Token issuer.
*/
private String tokenIssuer;
/**
* Key is used to sign {@link JwtToken}.
*/
private String tokenSigningKey;
....
poohbar
07/27/2017, 9:05 AMsdeleuze
07/27/2017, 9:06 AMConfigurationProperties
and Configuration
are not the same thing, it should not be bothsdeleuze
07/27/2017, 9:06 AMConfigurationProperties
see :sdeleuze
07/27/2017, 9:08 AMvar
, we are working on proper support for Spring Boot 2.0 (not 100% sure yet but will try to make it)poohbar
07/27/2017, 9:08 AMsdeleuze
07/27/2017, 9:09 AM@Configuration
?sdeleuze
07/27/2017, 9:09 AMpoohbar
07/27/2017, 9:09 AMsdeleuze
07/27/2017, 9:11 AMpoohbar
07/27/2017, 9:11 AMsdeleuze
07/27/2017, 9:23 AM