Microservices

Spring Boot




Spring Boot @pluralsight.com (Paid membership required)


Spring Cloud


Note

@SpringApplication is equivalent to below 3 annotation combined

@Configuration
@EnableAutoConfiguration
@ComponentScan

Read

$mvn spring-boot:run
$mvn docker:build
  • $sudo docker images - to display existing docker images
$ sudo docker images
REPOSITORY       TAG      IMAGE ID      CREATED      VIRTUAL SIZE
ubuntu           12.04    74fe38d11401  4 weeks ago  209.6 MB
ubuntu           precise  74fe38d11401  4 weeks ago  209.6 MB
ubuntu           14.04    99ec81b80c55  4 weeks ago  266 MB
ubuntu           latest   99ec81b80c55  4 weeks ago  266 MB
ubuntu           trusty   99ec81b80c55  4 weeks ago  266 MB
...

results matching ""

    No results matching ""