Skip to content

Latest commit

 

History

History

config-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
├─main
│  ├─java
│  │  └─com
│  │      └─springcloud
│  │          └─configclient
│  │                  ConfigClientApplication.java
│  │
│  └─resources
│      │  application.yml       读取远程仓库配置
│
└─test
    └─java
        └─com
            └─springcloud
                └─configclient
                        ConfigClientApplicationTests.java