|
|
|
|
@ -17,8 +17,6 @@
@@ -17,8 +17,6 @@
|
|
|
|
|
package org.springframework.boot.docs.features.externalconfig.typesafeconfigurationproperties.constructorbinding.primaryconstructor |
|
|
|
|
|
|
|
|
|
import org.springframework.boot.context.properties.ConfigurationProperties |
|
|
|
|
import org.springframework.boot.context.properties.bind.DefaultValue |
|
|
|
|
import java.net.InetAddress |
|
|
|
|
|
|
|
|
|
@ConfigurationProperties("my") |
|
|
|
|
class MyProperties() { |
|
|
|
|
|