Jukka Siivonen
05/21/2019, 9:07 AMhttp
.antMatcher("/api/**")
.cors()
.and()
.exceptionHandling()
.authenticationEntryPoint(UnauthorizedAuthenticationEntryPoint())
.and()
.sessionManagement()
.sessionCreationPolicy(SessionCreationPolicy.IF_REQUIRED)
.and()
Stephan Schroeder
05/21/2019, 9:12 AMJukka Siivonen
05/21/2019, 9:17 AMgildor
05/21/2019, 9:40 AMCzar
05/21/2019, 10:22 AM//@formatter:off
val a = 0
val b = 1
val c = 2
val d = 3
//@formatter:on
This will prevent IntelliJ from reformatting it, given that you have formatter markers enabled in File | Settings | Editor | Code Style