spring-boot-cloud icon indicating copy to clipboard operation
spring-boot-cloud copied to clipboard

基于 Spring Boot、Spring Cloud、Spring Oauth2 和 Spring Cloud Netflix 等框架构建的微服务项目

Results 21 spring-boot-cloud issues
Sort by recently updated
recently updated
newest added

请问用http请求怎么测试?通过postman怎么调用?获取token的接口我转成http调用调不通,返回{ "timestamp": 1566802688851, "status": 401, "error": "Unauthorized", "message": "Full authentication is required to access this resource", "path": "/uaa/oauth/token"

ERROR o.j.m.system.controller.SysPermissionController:144 - nested exception is org.apache.ibatis.builder.BuilderException: Error evaluating expression 'ew.sqlSegment != null and ew.sqlSegment != '' and ew.nonEmptyOfWhere'. Cause: org.apache.ibatis.ognl.OgnlException: sqlSegment [org.apache.ibatis.reflection.ReflectionException: Error parsing property name 'lambda$2'. Didn't start...

请问在auth-service模块中,clientID是client的client是为了用户登录用嘛?那是不是前端在请求access_token 时必须传所有参数是嘛?也就是说前端必须知道clientid,secret,grant_type,scope,username,password

spring boot 更新到2.x 后续是否继续更新呢

监控AUTH-SERVICE,URL多了一层mgmt,是什么原因呢? http://IP:5000/mgmt/uaa/mgmt/health

我先后执行了 git clone https://github.com/zhangxd1989/spring-boot-cloud.git cd spring-boot-cloud mvn clean package 报错,在pom.xml中添加 org.apache.maven.plugins maven-surefire-plugin 2.18.1 true 解决了问题,然后执行docker-compose up -d,提示unkonwhost: register,错误退出137,我应该怎么修改,还有哪些操作是我遗漏的?谢谢!

楼主,你好!感谢分享!刚解除微服务,不太了解,8个微服务如何调试呢?是不是要用IDEA同时打开,然后同时运行这8个微服务呢?谢谢

请问在docker-compose up的时候,总是有几个服务应用不能启动 能否提供一下docker部署的example

你好,我使用docker快速启动 遇到问题,只有部分应用CONFIG,Monitor能启动 在 http://localhost:8761/这个管理界面只能查看到这两个应用的信息,但是本地启动就是可以的,请问为什么呢,docker-compose问题吗?

spring: application: name: zipkin rabbitmq: host: rabbitmq 请问上述配置中的 host:rabbitmq 是指向自己的rabbitmq服务吗,也就是本地跑应用还需要安装搭建rabbitmq?还是指向其他的