十三、springCloud Alibaba Nacos安装

上图:Nacos=eureka+config+bus

下载:  https://github.com/alibaba/nacos  或者直接我的百度云盘:

链接:https://pan.baidu.com/s/1qrqkSW81Zl_74KTo6iOAKg 
提取码:kwjf

进入之后点

再点:

继续:

点击1.1.4版本

解压运行:进入bin目录下,执行startup.cmd  好启动完成   

H:\softwar\nacos-server-1.1.4\nacos\bin>startup.cmd

         ,--.
       ,--.'|
   ,--,:  : |                                           Nacos 1.1.4
,`--.'`|  ' :                       ,---.               Running in stand alone mode, All function modules
|   :  :  | |                      '   ,'\   .--.--.    Port: 8848
:   |   \ | :  ,--.--.     ,---.  /   /   | /  /    '   Pid: 4508
|   : '  '; | /       \   /     \.   ; ,. :|  :  /`./   Console: http://169.254.36.94:8848/nacos/index.html
'   ' ;.    ;.--.  .-. | /    / ''   | |: :|  :  ;_
|   | | \   | \__\/: . ..    ' / '   | .; : \  \    `.      https://nacos.io
'   : |  ; .' ," .--.; |'   ; :__|   :    |  `----.   \
|   | '`--'  /  /  ,.  |'   | '.'|\   \  /  /  /`--'  /
'   : |     ;  :   .'   \   :    : `----'  '--'.     /
;   |.'     |  ,     .-./\   \  /            `--'---'
'---'        `--`---'     `----'

2020-09-09 07:35:34,914 INFO Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$ba8bd3dc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

2020-09-09 07:35:35,160 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)

2020-09-09 07:35:35,168 INFO Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@c430e6c' 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)

2020-09-09 07:35:35,174 INFO Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$df60768e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

2020-09-09 07:35:35,192 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)

2020-09-09 07:35:38,666 INFO Tomcat initialized with port(s): 8848 (http)

2020-09-09 07:35:39,136 INFO Root WebApplicationContext: initialization completed in 11809 ms

2020-09-09 07:36:01,417 INFO Initializing ExecutorService 'applicationTaskExecutor'

2020-09-09 07:36:02,567 INFO Adding welcome page: class path resource [static/index.html]

2020-09-09 07:36:03,524 INFO Creating filter chain: Ant [pattern='/'], []

2020-09-09 07:36:03,528 INFO Creating filter chain: Ant [pattern='/**/*.css'], []

2020-09-09 07:36:03,529 INFO Creating filter chain: Ant [pattern='/**/*.js'], []

2020-09-09 07:36:03,529 INFO Creating filter chain: Ant [pattern='/**/*.html'], []

2020-09-09 07:36:03,530 INFO Creating filter chain: Ant [pattern='/**/*.map'], []

2020-09-09 07:36:03,530 INFO Creating filter chain: Ant [pattern='/**/*.svg'], []

2020-09-09 07:36:03,530 INFO Creating filter chain: Ant [pattern='/**/*.png'], []

2020-09-09 07:36:03,532 INFO Creating filter chain: Ant [pattern='/**/*.ico'], []

2020-09-09 07:36:03,533 INFO Creating filter chain: Ant [pattern='/console-fe/public/**'], []

2020-09-09 07:36:03,534 INFO Creating filter chain: Ant [pattern='/v1/auth/login'], []

2020-09-09 07:36:03,536 INFO Creating filter chain: Ant [pattern='/v1/console/health/**'], []

2020-09-09 07:36:03,538 INFO Creating filter chain: Ant [pattern='/v1/cs/**'], []

2020-09-09 07:36:03,544 INFO Creating filter chain: Ant [pattern='/v1/ns/**'], []

2020-09-09 07:36:03,546 INFO Creating filter chain: Ant [pattern='/v1/cmdb/**'], []

2020-09-09 07:36:03,546 INFO Creating filter chain: Ant [pattern='/actuator/**'], []

2020-09-09 07:36:03,547 INFO Creating filter chain: Ant [pattern='/v1/console/server/**'], []

2020-09-09 07:36:03,629 INFO Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@78aea4b9, org.springframework.security.web.context.SecurityContextPersistenceFilter@6175619b, org.springframework.security.web.header.HeaderWriterFilter@1a1da881, org.springframework.security.web.authentication.logout.LogoutFilter@2cf92cc7, com.alibaba.nacos.console.filter.JwtAuthenticationTokenFilter@2a65bb85, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@756cf158, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@76c7beb3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4b85880b, org.springframework.security.web.session.SessionManagementFilter@7fd4acee, org.springframework.security.web.access.ExceptionTranslationFilter@3d08f3f5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@117e0fe5]

2020-09-09 07:36:03,863 INFO Exposing 2 endpoint(s) beneath base path '/actuator'

2020-09-09 07:36:03,942 INFO Initializing ExecutorService 'taskScheduler'

2020-09-09 07:36:04,304 INFO Tomcat started on port(s): 8848 (http) with context path '/nacos'

2020-09-09 07:36:04,324 INFO Nacos Log files: H:\softwar\nacos-server-1.1.4\nacos/logs/

2020-09-09 07:36:04,325 INFO Nacos Conf files: H:\softwar\nacos-server-1.1.4\nacos/conf/

2020-09-09 07:36:04,329 INFO Nacos Data files: H:\softwar\nacos-server-1.1.4\nacos/data/

2020-09-09 07:36:04,345 INFO Nacos started successfully in stand alone mode.

2020-09-09 07:36:04,631 INFO Initializing Servlet 'dispatcherServlet'

2020-09-09 07:36:04,653 INFO Completed initialization in 22 ms

访问:http://127.0.0.1:8848/nacos/    登录:nacos/nacos

 

 

 

《Spring Cloud Alibaba学习笔记》其实是阿里的微服务解决方案,是阿里巴巴结合自身微服务实践,开源的微服务全家桶,在Spring Cloud项目中孵化成为Spring Cloud的子项目。第一代的Spring Cloud标准中很多组件已经停更,如:Eureak,zuul等。所以Spring Cloud Alibaba很有可能成为Spring Cloud第二代的标准实现,所以许多组件在业界逐渐开始使用,已有很多成功案例。值得一提的是Spring Cloud Alibaba对Dubbo做了很好的兼容,同时也提供了一些强大的功能,如 Sentinel 流控 ,Seata 分布式事务,Nacos 服务发现与注册等等。 但现在网上学习SpringCloudAlibab的资料要么不全要么很少,完整的就更别说了,所以今天给大家免费分享的正是Alibaba出品的Spring Cloud Alibaba 的学习文档,图文并茂,量身打造,非常适合再学习Spring Cloud Alibaba的朋友观看!下面来看看这份Spring Cloud Alibaba 学习文档吧. Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配置,从而使开发人员不再需要定义样板化的配置。通过这种方式,Spring Boot致力于在蓬勃发展的快速应用开发领域(rapid application development)成为领导者。 为什么使用Spring Boot?很简单,我仅仅只需要非常少的几个配置就可以迅速方便的搭建起来一套 Web 项目或者是构建一个微服务! 本文档主要介绍了Spring Boot 框架快速入门教程以大量示例讲解了 Spring Boot 在各类情境中的应用,让读者可以跟着笔者的思维和代码快速理解并掌握。感兴趣的可以了解一下
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值