组织ID: |
org.springframework.cloud |
项目ID: |
spring-cloud-config-server |
版本: |
1.0.0.RELEASE |
最后修改时间: |
2018-11-14 11:18:38 |
包类型: |
java-source (源码) |
大小: |
26.80KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
<version>1.0.0.RELEASE</version>
<classifier>sources</classifier>
<type>java-source</type>
</dependency>
|
Gradle引入代码: |
org.springframework.cloud:spring-cloud-config-server:1.0.0.RELEASE
|
下载Jar包: |
|
Jar包内容: |
META-INF/MANIFEST.MF
org/springframework/cloud/config/server/JGitEnvironmentRepository.java
org/springframework/cloud/config/server/MultipleJGitEnvironmentRepository.java
org/springframework/cloud/config/server/EncryptionController.java
org/springframework/cloud/config/server/ConfigServerApplication.java
org/springframework/cloud/config/server/ConfigServerConfiguration.java
org/springframework/cloud/config/server/SerializableMapPropertySource.java
org/springframework/cloud/config/server/EnvironmentRepository.java
org/springframework/cloud/config/server/NativeEnvironmentRepository.java
org/springframework/cloud/config/server/ConfigServerMvcConfiguration.java
org/springframework/cloud/config/server/ConfigServerProperties.java
org/springframework/cloud/config/server/SpringApplicationEnvironmentRepository.java
org/springframework/cloud/config/server/EnableConfigServer.java
org/springframework/cloud/config/server/ConfigServerTestUtils.java
org/springframework/cloud/config/server/EnvironmentRepositoryPropertySourceLocator.java
org/springframework/cloud/config/server/ConfigServerBootstrapConfiguration.java
org/springframework/cloud/config/server/AbstractSCMEnvironmentRepository.java
org/springframework/cloud/config/server/EnvironmentController.java
org/springframework/cloud/config/server/SVNKitEnvironmentRepository.java
configserver.yml
META-INF/spring.factories
|
依赖Jar: |
无
|