eureka注册中心wro.css wro.js 404

Posted javallh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eureka注册中心wro.css wro.js 404相关的知识,希望对你有一定的参考价值。

注册中心和配置中心放在一个module里面,如果不配置配种中心的访问前缀,会被config拦截。所以改动如下:

package com.cloud.stagging.lhcloudeureka;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.config.server.EnableConfigServer;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;

@EnableConfigServer
@EnableEurekaServer
@SpringBootApplication
public class LhCloudEurekaApplication 

    public static void main(String[] args) 
        SpringApplication.run(LhCloudEurekaApplication.class, args);
    


  这是启动类,要么将

@EnableConfigServer 去掉即可正常访问。

要么在配置中心的配置增加访问前缀,如:
spring.cloud.config.server.prefix: /config
即可


原文:https://blog.csdn.net/speak_12/article/details/81945738




以上是关于eureka注册中心wro.css wro.js 404的主要内容,如果未能解决你的问题,请参考以下文章

SpringCloud之eureka注册中心入门

SpringCloud Eureka(注册中心集群)

Eureka注册中心

云原生 • PrometheusPrometheus 注册中心Eureka服务发现原理

没使用Spring Cloud的版本管理导致Eureka服务无法注册到Eureka服务注册中心

注册中心——Eureka