Kirill Kurdyukov

Results 3 comments of Kirill Kurdyukov

``` client: application: server: url: application-context.ru ``` ``` @ConstructorBinding @ConfigurationProperties(prefix = "") class KtorClientsPropertiesBootstrap(var client: Map = mapOf()) data class KtorClientProperties( val server: ServerSettings, ) data class ServerSettings(val url: String)...

https://github.com/spring-projects/spring-boot/issues/26203 maybe this issue dont fixed?

Lukas, hi! Is it true that substituting numbered parameters will not cause SQL injection?