Skip to content

sajjad-dehghani/spring-boot-cloud-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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() {
    }
}

Releases

No releases published

Packages

No packages published

Languages