Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.io.restclient.httpservice.groups
Package-level
declarations
Types
Types
Echo
Service
Link copied to clipboard
interface
EchoService
@
HttpExchange
(
value
=
"echo"
)
interface
EchoService
My
Application
Link copied to clipboard
@
SpringBootApplication
@
ImportHttpServices
(
group
=
"echo"
,
basePackages
=
"com.example.myclients"
)
open
class
MyApplication