BAEL-456: Introduction to Spring Cloud CLI - Bash Scripts (#2745)
* BAEL-456: Introduction to Spring Cloud CLI - Bash Scripts * Readme added * Removed batch script artifacts
This commit is contained in:
committed by
Zeger Hendrikse
parent
4aaaf4cea5
commit
0bfe811063
@@ -0,0 +1,2 @@
|
||||
@EnableEurekaServer
|
||||
class Eureka {}
|
||||
@@ -0,0 +1,6 @@
|
||||
@RestController
|
||||
@RequestMapping('/api')
|
||||
class api {
|
||||
@GetMapping('/get')
|
||||
def get() { [message: 'Hello'] }
|
||||
}
|
||||
Reference in New Issue
Block a user