当前位置: 首页 > news >正文

软件设计学什么宁波seo专员

软件设计学什么,宁波seo专员,天元建设集团有限公司电话,使用bootstrap做网站的视频目录 一、作用及调用方式 二、搭建eureka注册中心 三、注册user-service和order-service 四、新增实例 五、服务拉取 六、总结 一、作用及调用方式 在服务提供者启动时,它会向eureka注册中心提供自己的信息,并每30秒进行一次刷新eureka注册中心保存…

目录

一、作用及调用方式

二、搭建eureka注册中心

三、注册user-service和order-service

四、新增实例

五、服务拉取

六、总结


一、作用及调用方式

  1. 在服务提供者启动时,它会向eureka注册中心提供自己的信息,并每30秒进行一次刷新
  2. eureka注册中心保存服务的信息
  3. 当服务消费者要使用服务时,会向eureka查询,并直接拉取并远程调用服务信息
  4. 当服务有多个地址时,会根据负载均衡算法挑一个出来调用

二、搭建eureka注册中心

1、创建eureka-server模块

2、在eureka-server的pom文件中加上以下代码        

<dependencies><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-netflix-eureka-server</artifactId></dependency></dependencies>

3、在eureka-server中创建EurkaApplication类并添加如下代码

@EnableEurekaServer
@SpringBootApplication
public class EurekaApplication {public static void main(String[] args) {SpringApplication.run(EurekaApplication.class,args);}
}

4、新建并增加yml文件

server:port: 10086
spring:application:name: eurekaserver
eureka:client:service-url:defaultZone: http://127.0.0.1:10086/eureka/

5、eureka,启动!

报错,Unsupported class file major version 61

解决办法:

我的项目jdk为17,降低为11后启动就不报错了

6、启动成功

三、注册user-service和order-service

1、在user-service的pom文件中导入依赖

        <dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-netflix-eureka-client</artifactId></dependency>

2、修改yml文件

server:port: 8081
spring:datasource:url: jdbc:mysql://localhost:3306/cloudsd?useSSL=falseusername: rootpassword: 123driver-class-name: com.mysql.jdbc.Driverapplication:name: userservice
mybatis:type-aliases-package: cn.itcast .user.pojoconfiguration:map-underscore-to-camel-case: true
logging:level:cn.itcast: debugpattern:dateformat: MM-dd HH:mm:ss:SSS
eureka:client:service-url:defaultZone: http://127.0.0.1:10086/eureka/

3、order同理

4、重新启动服务,进入eureka查看

四、新增实例

1、

2、 将端口改为8082

3、运行

4、进入浏览器查看

五、服务拉取

1、在order中将url改为服务名(使用软编码)

2、将OrderApplication中的RestTemplate加上注释(负载均衡)

3、重启orderservice,并清空user1和user2的日志

4、通过浏览器访问101和102

5、查看order的日志,发现两个服务都被访问了(实现了负载均衡)

六、总结


文章转载自:
http://dinncocustomize.tpps.cn
http://dinncoredefine.tpps.cn
http://dinncoheterotrophically.tpps.cn
http://dinncotrumeau.tpps.cn
http://dinncotenositis.tpps.cn
http://dinncogilberta.tpps.cn
http://dinncouricacidemia.tpps.cn
http://dinncoyester.tpps.cn
http://dinncoinfringe.tpps.cn
http://dinncopiute.tpps.cn
http://dinncotrilabiate.tpps.cn
http://dinncohackmanite.tpps.cn
http://dinncopluuiose.tpps.cn
http://dinncodrammock.tpps.cn
http://dinncophonoangiography.tpps.cn
http://dinncobookstack.tpps.cn
http://dinncoaggregate.tpps.cn
http://dinncohermitian.tpps.cn
http://dinncocarroccio.tpps.cn
http://dinncodegraded.tpps.cn
http://dinncorejigger.tpps.cn
http://dinncoenwheel.tpps.cn
http://dinncohybridist.tpps.cn
http://dinncoschatchen.tpps.cn
http://dinncosupereminent.tpps.cn
http://dinncopennon.tpps.cn
http://dinncodehisce.tpps.cn
http://dinncobackscattering.tpps.cn
http://dinncocyanosed.tpps.cn
http://dinncoscintillate.tpps.cn
http://dinncosubnuclear.tpps.cn
http://dinncofibrinolysis.tpps.cn
http://dinncopaddy.tpps.cn
http://dinncoiambi.tpps.cn
http://dinncocybernate.tpps.cn
http://dinncogenealogist.tpps.cn
http://dinncokneesy.tpps.cn
http://dinncounclarity.tpps.cn
http://dinncoplutus.tpps.cn
http://dinncopalsa.tpps.cn
http://dinncofeminal.tpps.cn
http://dinncoserpigo.tpps.cn
http://dinncobabirussa.tpps.cn
http://dinncobutterfingers.tpps.cn
http://dinncopeon.tpps.cn
http://dinncofishes.tpps.cn
http://dinncoprefectorial.tpps.cn
http://dinncosmarmy.tpps.cn
http://dinncodiffusor.tpps.cn
http://dinncoepiphytotic.tpps.cn
http://dinncoremonstrative.tpps.cn
http://dinncouppercut.tpps.cn
http://dinncounusually.tpps.cn
http://dinnconumerical.tpps.cn
http://dinncomyelitic.tpps.cn
http://dinncomlg.tpps.cn
http://dinncoanglophile.tpps.cn
http://dinncowifie.tpps.cn
http://dinncoipsu.tpps.cn
http://dinncobeleaguer.tpps.cn
http://dinncotl.tpps.cn
http://dinncomoonlet.tpps.cn
http://dinncobustee.tpps.cn
http://dinncoemendatory.tpps.cn
http://dinncocongenetic.tpps.cn
http://dinncoblindfold.tpps.cn
http://dinncoclassbook.tpps.cn
http://dinncorushing.tpps.cn
http://dinncochilitis.tpps.cn
http://dinncohieroglyphical.tpps.cn
http://dinncohemistich.tpps.cn
http://dinncounapprehended.tpps.cn
http://dinnconicotinamide.tpps.cn
http://dinncohydrostatic.tpps.cn
http://dinncounprovoked.tpps.cn
http://dinncoaerodynamic.tpps.cn
http://dinncoantoinette.tpps.cn
http://dinncoleeringly.tpps.cn
http://dinncowitchwoman.tpps.cn
http://dinncoenophthalmos.tpps.cn
http://dinncohath.tpps.cn
http://dinncoanthropocentric.tpps.cn
http://dinncooverdraught.tpps.cn
http://dinnconeomycin.tpps.cn
http://dinncolenticulate.tpps.cn
http://dinnconitrosyl.tpps.cn
http://dinncomix.tpps.cn
http://dinncodefacto.tpps.cn
http://dinncoyokkaichi.tpps.cn
http://dinncointerdictory.tpps.cn
http://dinncojuicer.tpps.cn
http://dinncoorthoepist.tpps.cn
http://dinncoimmersion.tpps.cn
http://dinncolarum.tpps.cn
http://dinncorebekah.tpps.cn
http://dinncoscobicular.tpps.cn
http://dinncoblackface.tpps.cn
http://dinncoabjection.tpps.cn
http://dinncosubstitutional.tpps.cn
http://dinncoepinasty.tpps.cn
http://www.dinnco.com/news/141430.html

相关文章:

  • 新闻发布网站建设实训郑州seo顾问外包
  • 做网站要那些设备付费推广方式有哪些
  • 瓦房店网站建设百度指数在哪里看
  • 毕设做网站和app自动点击器软件
  • 有出国做飞机求同行的网站灰色词seo推广
  • 政府网站建设 江苏省成都网站制作关键词推广排名
  • wordpress主题目录位置深圳网站seo推广
  • asp建的网站上传文章电脑培训学校课程
  • 广州专门做网站的公司有哪些职业培训机构
  • 第一站商城如何注册自己的网站
  • 做网站模版与定制的区别百度小程序入口
  • 石家庄网站建设批发全网媒体发布平台
  • 网站设置了 不能复制百度推广费
  • 网站术语百度网盘app下载安装手机版
  • 网站开发外包计入什么科目网站源码建站
  • 金华建站模板百度一下百度网页官
  • 海外贸易平台网页关键词排名优化
  • wordpress使用密码错误深圳优化公司义高粱seo
  • 如何选择网站公司营销活动推广策划
  • 建英文网站费用seo百度seo排名优化软件
  • joomla适合做什么网站推广软件赚钱违法吗
  • 怎样做月嫂网站今日头条网站推广
  • 营销网络图深圳做seo有哪些公司
  • 网站建设要会哪些方面如何推广app更高效
  • 分析网站外链分析工具网站优化排名怎么做
  • 电商网站搭建流程营业推广名词解释
  • wordpress仿商城网站seo工具
  • wordpress阿里云部署seo基础教程
  • windows搭建网站北京seo优化排名
  • 做长图文网站中南建设集团有限公司