-
大小: 435KB文件类型: .rar金币: 1下载: 0 次发布日期: 2021-05-29
- 语言: 其他
- 标签: spring boot springcloud 微服务
资源简介
springcloud 一整套资源,直接解压就能用,里面有说明,集成了注册中心,负载均衡,fegin客户端调用,熔断,监控,链路追踪等
代码片段和文件信息
package com.et;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@SpringBootApplication //配置名称一定要是bootstrap.yml 不能是application.yml
public class ConfigClientApplication {
public static void main(String[] args) {
SpringApplication.run(ConfigClientApplication.class args);
}
@Value(“${druid.url}“)
String url;
@RequestMapping(value = “/hi“)
public String hi(){
return url;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
.CA.... 309 2018-06-21 17:38 workspace_sc\.git\config
.CA.... 73 2018-06-21 17:38 workspace_sc\.git\desc
.CA.... 23 2018-06-21 17:38 workspace_sc\.git\HEAD
.CA.... 478 2018-06-21 17:38 workspace_sc\.git\hooks\applypatch-msg.sample
.CA.... 896 2018-06-21 17:38 workspace_sc\.git\hooks\commit-msg.sample
.CA.... 3327 2018-06-21 17:38 workspace_sc\.git\hooks\fsmonitor-watchman.sample
.CA.... 189 2018-06-21 17:38 workspace_sc\.git\hooks\post-update.sample
.CA.... 424 2018-06-21 17:38 workspace_sc\.git\hooks\pre-applypatch.sample
.CA.... 1642 2018-06-21 17:38 workspace_sc\.git\hooks\pre-commit.sample
.CA.... 1348 2018-06-21 17:38 workspace_sc\.git\hooks\pre-push.sample
.CA.... 4898 2018-06-21 17:38 workspace_sc\.git\hooks\pre-reba
.CA.... 544 2018-06-21 17:38 workspace_sc\.git\hooks\pre-receive.sample
.CA.... 1492 2018-06-21 17:38 workspace_sc\.git\hooks\prepare-commit-msg.sample
.CA.... 3610 2018-06-21 17:38 workspace_sc\.git\hooks\update.sample
.CA.... 44244 2018-06-21 17:39 workspace_sc\.git\index
.CA.... 240 2018-06-21 17:38 workspace_sc\.git\info\exclude
.CA.... 190 2018-06-21 17:38 workspace_sc\.git\logs\HEAD
.CA.... 190 2018-06-21 17:38 workspace_sc\.git\logs\refs\heads\master
.CA.... 190 2018-06-21 17:38 workspace_sc\.git\logs\refs\remotes\origin\HEAD
.CA...R 13952 2018-06-21 17:38 workspace_sc\.git\ob
.CA...R 159621 2018-06-21 17:38 workspace_sc\.git\ob
.CA.... 114 2018-06-21 17:38 workspace_sc\.git\packed-refs
.CA.... 41 2018-06-21 17:38 workspace_sc\.git\refs\heads\master
.CA.... 32 2018-06-21 17:38 workspace_sc\.git\refs\remotes\origin\HEAD
.CA.... 11 2018-06-21 17:38 workspace_sc\.idea\.name
.CA.... 1264 2018-06-21 17:38 workspace_sc\.idea\compiler.xm
.CA.... 688 2018-06-21 17:38 workspace_sc\.idea\encodings.xm
.CA.... 1444 2018-06-21 17:39 workspace_sc\.idea\inspectionProfiles\Project_Default.xm
.CA.... 238 2018-06-21 17:38 workspace_sc\.idea\kotlinc.xm
.CA.... 492 2018-06-21 17:45 workspace_sc\.idea\libraries\Maven__antlr_antlr_2_7_7.xm
............此处省略470个文件信息
相关资源
- spring+element+vue附件上传、及在线预览
- bootstrap model.js 单模态框的css,js
- 嵌入式Linux系统移植开发-1基于Yocto构
- Springer的LNCS格式 是doc的
- springboot+jdbc增删改查.zip
- 简单的航班查询系统
- SpringSecurity开发安全的REST服务.txt
- Spring Web MVC外文翻译
- SpringBoot实战教程亲测非常好百度网盘
- 28335在线升级bootloader
- 个人简历介绍bootstrap模板
- 使用bootstrap3开发响应式网站
- 尚学堂Spring学习笔记
- x-editable行内编辑bootstraptable所需包
- spring ioc+mvc代码
- 企业付款到个人零钱的源码demo
- adb工具完整版带fastboot驱动
- 尚硅谷18年最新SpringBoot培训视频自动
- spring+springMvc简单实现SSO单点登录
- bootstrap table 分页栏修改
-
毕设外文文献Spring fr
amework Fundamen - 毕设 外文文献翻译--Spring的web-MVC-构架
- bootstrap4支持修改table插件
- 在线聊天系统ssh整合开发struts spring
- SpringBoot2.1.4+Mybatis+PageHelper整合
- springboot2.0+mybatis主从数据库双数据源
- 尚硅谷佟刚老师SpringMVC视频教程百度
- 基于 springboot2.0 实现的人脸识别登陆
- SpringMVC+Shiro+MongoDB+BootStrap基础框架
- Struts2+Spring+Hibernate在线商城项目源代
评论
共有 条评论