Spring Cloud Config SVN repository configuration

Source: Internet
Author: User

A quick introduction to Spring Cloud Config

But the warehouse uses the GIT repository on someone else's blog, and the company uses the SVN Project Management Center, which is the error that happens when you configure it.

You need to configure a URI for the Git repository

Solve:

Packages that need to be introduced in a 1.SVN environment

<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit</artifactId>
</dependency>

2. Configure the properties under Spring.profiles.active

This is spring's setting for different boot environments

Spring Cloud config is a git environment by default

Spring.profiles.active=subversion

Detailed references are as follows:

Http://www.cnblogs.com/atliwen/p/6225085.html

Spring Cloud Config SVN repository configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.