Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 460 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 460 Bytes

Spring Boot Cloud Sample

This project contained three sub project that show how to you can start cloud servers and discovery services:

- config-server
- eureka-server
- guest-services

Java | SpringBoot versions

Java : version 11

Spring Boot: version 2.7.0

Tests

Just write any tests on each sub project:

@SpringBootTest
class UserServicesApplicationTests {

    @Test
    void contextLoads() {
    }
}