Skip to content
Snippets Groups Projects
Commit d80be922 authored by Nachtkind's avatar Nachtkind
Browse files

Config Server Koriegiert

parent 943abc55
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,9 @@ package com.configServer.configServer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.config.server.EnableConfigServer;
@EnableConfigServer
@SpringBootApplication
public class ConfigServerApplication {
......
welcome.message="Hello World from config server!"
spring.application.name=thinktogether
server.port=8888
spring.cloud.config.server.git.uri=https://gitlab.reutlingen-university.de/gessmann/vs_sose2020
spring.cloud.config.server.git.uri=https://github.com/Nachtkind26/thinktogether.git
spring.cloud.config.server.git.clone-on-start=true
# Set Path to Config Files
spring.cloud.config.server.git.search-paths=groupManagement/src/main/resources
spring.cloud.config.server.git.search-paths=properties
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment