热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

0.9.0.RELEASE版本的springcloudalibabanacos实例

简而言之,nacos与eureka的不同之处有三:后台老板、部署方式、功能。nacos是阿里的,eureka是奈飞的;nacos有自己的安装包,需要独立部署,eureka仅作为一个

  简而言之,nacos与eureka的不同之处有三:后台老板、部署方式、功能。nacos是阿里的,eureka是奈飞的;nacos有自己的安装包,需要独立部署,eureka仅作为一个服务组件,引入jar包即可;nacos=eureka+config,它既是注册中心,也是配置中心。

  如何使用nacos?先下载安装包(下载地址https://github.com/alibaba/nacos/releases),打开下载页 -> 点击目前最新版本1.1.3跳到下载页 -> 点击压缩包 -> 下载到本地(E盘download目录)后解压 -> 通过命令行启动nacos:

C:\Users\wulf>e:
E:\
>cd download\nacos\bin
E:\download\nacos\bin
>startup.cmd -m standalone
,
--.
,
--.|
,--,: : | Nacos 1.1.3
,`
--.`| : ,---. Running in stand alone mode, All function modules
| : : | | ,\ .--.--. Port: 8848
:
| \ | : ,--.--. ,---. / / | / / Pid: 32916
| : ; | / \ / \. ; ,. :| : /`./ Console: http://10.10.100.110:8848/nacos/index.html
;. ;.--. .-. | / / ‘‘ | |: :| : ;_
| | | \ | \__\/: . .. / | .; : \ \ `. https://nacos.io
: | ; . ," .--.; |‘ ; :__| : | `----. \
| | `-- / / ,. | | .|\ \ / / /`-- /
: | ; : . \ : : `---- --. /
; |. | , .-./\ \ / `-----
--- `--`--- `----
2019-08-21 10:44:30,073 INFO Bean org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$209b3f7a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-08-21 10:44:30,213 INFO Bean objectPostProcessor of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-08-21 10:44:30,225 INFO Bean org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@6e9175d8 of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-08-21 10:44:30,234 INFO Bean org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$456fe22c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-08-21 10:44:30,241 INFO Bean methodSecurityMetadataSource of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-08-21 10:44:32,145 INFO Tomcat initialized with port(s): 8848 (http)
2019-08-21 10:44:35,148 INFO Root WebApplicationContext: initialization completed in 8513 ms
2019-08-21 10:44:40,366 INFO Initializing ExecutorService applicationTaskExecutor
2019-08-21 10:44:40,922 INFO Adding welcome page: class path resource [static/index.html]
2019-08-21 10:44:41,424 INFO Creating filter chain: Ant [pattern=/], []
2019-08-21 10:44:41,435 INFO Creating filter chain: Ant [pattern=/**/*.css], []
2019-08-21 10:44:41,435 INFO Creating filter chain: Ant [pattern=/**/*.js], []
2019-08-21 10:44:41,438 INFO Creating filter chain: Ant [pattern=/**/*.html], []
2019-08-21 10:44:41,442 INFO Creating filter chain: Ant [pattern=/**/*.map], []
2019-08-21 10:44:41,442 INFO Creating filter chain: Ant [pattern=/**/*.svg], []
2019-08-21 10:44:41,444 INFO Creating filter chain: Ant [pattern=/**/*.png], []
2019-08-21 10:44:41,444 INFO Creating filter chain: Ant [pattern=/**/*.ico], []
2019-08-21 10:44:41,444 INFO Creating filter chain: Ant [pattern=/console-fe/public/**], []
2019-08-21 10:44:41,446 INFO Creating filter chain: Ant [pattern=/v1/auth/login], []
2019-08-21 10:44:41,447 INFO Creating filter chain: Ant [pattern=/v1/console/health/**], []
2019-08-21 10:44:41,447 INFO Creating filter chain: Ant [pattern=/v1/cs/**], []
2019-08-21 10:44:41,447 INFO Creating filter chain: Ant [pattern=/v1/ns/**], []
2019-08-21 10:44:41,447 INFO Creating filter chain: Ant [pattern=/v1/cmdb/**], []
2019-08-21 10:44:41,450 INFO Creating filter chain: Ant [pattern=/actuator/**], []
2019-08-21 10:44:41,454 INFO Creating filter chain: Ant [pattern=/v1/console/server/**], []
2019-08-21 10:44:41,498 INFO Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6c8bca63, org.springframework.security.web.context.SecurityContextPersistenceFilter@6d24ffa1, org.springframework.security.web.header.HeaderWriterFilter@74cadd41, org.springframework.security.web.authentication.logout.LogoutFilter@42a9e5d1, com.alibaba.nacos.console.filter.JwtAuthenticationTokenFilter@2364305a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@773f7880, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4c51bb7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@470a696f, org.springframework.security.web.session.SessionManagementFilter@55e8ec2f, org.springframework.security.web.access.ExceptionTranslationFilter@62fad19, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5536379e]
2019-08-21 10:44:41,566 INFO Exposing 2 endpoint(s) beneath base path /actuator
2019-08-21 10:44:41,616 INFO Initializing ExecutorService taskScheduler
2019-08-21 10:44:41,773 INFO Tomcat started on port(s): 8848 (http) with context path /nacos
2019-08-21 10:44:41,778 INFO Nacos Log files: E:\download\nacos/logs/
2019-08-21 10:44:41,783 INFO Nacos Conf files: E:\download\nacos/conf/
2019-08-21 10:44:41,783 INFO Nacos Data files: E:\download\nacos/data/
2019-08-21 10:44:41,784 INFO Nacos started successfully in stand alone mode.
2019-08-21 10:44:44,665 INFO Initializing Servlet dispatcherServlet
2019-08-21 10:44:44,686 INFO Completed initialization in 20 ms

  我们通过localhost:8848/nacos可以访问到它,默认用户名密码都是nacos:

技术分享图片

  我们创建个项目来注册到这个nacos,三板斧又来了:

  1、pom引入spring boot、spring cloud、spring cloud alibaba和nacos:


org.springframework.boot
spring-boot-starter-parent
2.1.7.RELEASE



org.springframework.cloud
spring-cloud-dependencies
Greenwich.SR2
pom
import


org.springframework.cloud
spring-cloud-alibaba-dependencies
0.9.0.RELEASE
pom
import


org.springframework.cloud
spring-cloud-starter-alibaba-nacos-discovery



  2、application:

#端口
server.port
=8282
#应用名
spring.application.name
=lxytrans-provider
#注册中心
spring.cloud.nacos.discovery.server
-addr=localhost:8848

  3、启动类加注解:

import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.context.annotation.Bean;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@EnableDiscoveryClient
@SpringBootApplication
public class TransProviderApplication {
public static void main(String[] args) {
SpringApplication.run(TransProviderApplication.
class, args);
}
@Slf4j
@RestController
static class TestController {
@GetMapping(
"/hello")
public String hello() {
return "hello";
}
@GetMapping(
"/hey")
public String hey() throws InterruptedException {
Thread.sleep(
2000);
return "hey";
}
}
}

  跑起来后我们看下nacos控制台实例:

技术分享图片

 

  

 


推荐阅读
  • QUIC协议:快速UDP互联网连接
    QUIC(Quick UDP Internet Connections)是谷歌开发的一种旨在提高网络性能和安全性的传输层协议。它基于UDP,并结合了TLS级别的安全性,提供了更高效、更可靠的互联网通信方式。 ... [详细]
  • 深入理解OAuth认证机制
    本文介绍了OAuth认证协议的核心概念及其工作原理。OAuth是一种开放标准,旨在为第三方应用提供安全的用户资源访问授权,同时确保用户的账户信息(如用户名和密码)不会暴露给第三方。 ... [详细]
  • 2023 ARM嵌入式系统全国技术巡讲旨在分享ARM公司在半导体知识产权(IP)领域的最新进展。作为全球领先的IP提供商,ARM在嵌入式处理器市场占据主导地位,其产品广泛应用于90%以上的嵌入式设备中。此次巡讲将邀请来自ARM、飞思卡尔以及华清远见教育集团的行业专家,共同探讨当前嵌入式系统的前沿技术和应用。 ... [详细]
  • 国内BI工具迎战国际巨头Tableau,稳步崛起
    尽管商业智能(BI)工具在中国的普及程度尚不及国际市场,但近年来,随着本土企业的持续创新和市场推广,国内主流BI工具正逐渐崭露头角。面对国际品牌如Tableau的强大竞争,国内BI工具通过不断优化产品和技术,赢得了越来越多用户的认可。 ... [详细]
  • 深入理解 Oracle 存储函数:计算员工年收入
    本文介绍如何使用 Oracle 存储函数查询特定员工的年收入。我们将详细解释存储函数的创建过程,并提供完整的代码示例。 ... [详细]
  • 本文总结了2018年的关键成就,包括职业变动、购车、考取驾照等重要事件,并分享了读书、工作、家庭和朋友方面的感悟。同时,展望2019年,制定了健康、软实力提升和技术学习的具体目标。 ... [详细]
  • 在计算机技术的学习道路上,51CTO学院以其专业性和专注度给我留下了深刻印象。从2012年接触计算机到2014年开始系统学习网络技术和安全领域,51CTO学院始终是我信赖的学习平台。 ... [详细]
  • CSS 布局:液态三栏混合宽度布局
    本文介绍了如何使用 CSS 实现液态的三栏布局,其中各栏具有不同的宽度设置。通过调整容器和内容区域的属性,可以实现灵活且响应式的网页设计。 ... [详细]
  • Linux 系统启动故障排除指南:MBR 和 GRUB 问题
    本文详细介绍了 Linux 系统启动过程中常见的 MBR 扇区和 GRUB 引导程序故障及其解决方案,涵盖从备份、模拟故障到恢复的具体步骤。 ... [详细]
  • 本文介绍了如何使用jQuery根据元素的类型(如复选框)和标签名(如段落)来获取DOM对象。这有助于更高效地操作网页中的特定元素。 ... [详细]
  • 深入理解Cookie与Session会话管理
    本文详细介绍了如何通过HTTP响应和请求处理浏览器的Cookie信息,以及如何创建、设置和管理Cookie。同时探讨了会话跟踪技术中的Session机制,解释其原理及应用场景。 ... [详细]
  • 本文介绍如何在 Xcode 中使用快捷键和菜单命令对多行代码进行缩进,包括右缩进和左缩进的具体操作方法。 ... [详细]
  • 本文介绍了一款用于自动化部署 Linux 服务的 Bash 脚本。该脚本不仅涵盖了基本的文件复制和目录创建,还处理了系统服务的配置和启动,确保在多种 Linux 发行版上都能顺利运行。 ... [详细]
  • 在Linux系统中配置并启动ActiveMQ
    本文详细介绍了如何在Linux环境中安装和配置ActiveMQ,包括端口开放及防火墙设置。通过本文,您可以掌握完整的ActiveMQ部署流程,确保其在网络环境中正常运行。 ... [详细]
  • 1:有如下一段程序:packagea.b.c;publicclassTest{privatestaticinti0;publicintgetNext(){return ... [详细]
author-avatar
45仰望易_332
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有