• nacos console on windows


    C:\Users\Administrator>startup.cmd -m standalone
    "nacos is starting with standalone"
    
             ,--.
           ,--.'|
       ,--,:  : |                                           Nacos 1.4.3
    ,`--.'`|  ' :                       ,---.               Running in stand alone mode, All function modules
    |   :  :  | |                      '   ,'\   .--.--.    Port: 8848
    :   |   \ | :  ,--.--.     ,---.  /   /   | /  /    '   Pid: 16608
    |   : '  '; | /       \   /     \.   ; ,. :|  :  /`./   Console: http://192.168.116.1:8848/nacos/index.html
    '   ' ;.    ;.--.  .-. | /    / ''   | |: :|  :  ;_
    |   | | \   | \__\/: . ..    ' / '   | .; : \  \    `.      https://nacos.io
    '   : |  ; .' ," .--.; |'   ; :__|   :    |  `----.   \
    |   | '`--'  /  /  ,.  |'   | '.'|\   \  /  /  /`--'  /
    '   : |     ;  :   .'   \   :    : `----'  '--'.     /
    ;   |.'     |  ,     .-./\   \  /            `--'---'
    '---'        `--`---'     `----'
    
    2022-03-25 08:51:17,780 INFO Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@d2de489' 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)
    
    2022-03-25 08:51:17,793 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)
    
    2022-03-25 08:51:26,943 INFO Tomcat initialized with port(s): 8848 (http)
    
    2022-03-25 08:51:30,700 INFO Root WebApplicationContext: initialization completed in 40576 ms
    
    2022-03-25 08:52:03,810 INFO Initializing ExecutorService 'applicationTaskExecutor'
    
    2022-03-25 08:52:04,268 INFO Adding welcome page: class path resource [static/index.html]
    
    2022-03-25 08:52:05,738 INFO Creating filter chain: Ant [pattern='/**'], []
    
    2022-03-25 08:52:05,846 INFO Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@569bf9eb, org.springframework.security.web.context.SecurityContextPersistenceFilter@7813cb11, org.springframework.security.web.header.HeaderWriterFilter@5b58ed3c, org.springframework.security.web.csrf.CsrfFilter@45be7cd5, org.springframework.security.web.authentication.logout.LogoutFilter@3faf2e7d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@21005f6c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@29ef6856, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@61526469, org.springframework.security.web.session.SessionManagementFilter@3a320ade, org.springframework.security.web.access.ExceptionTranslationFilter@3185fa6b]
    
    2022-03-25 08:52:06,194 INFO Initializing ExecutorService 'taskScheduler'
    
    2022-03-25 08:52:06,240 INFO Exposing 2 endpoint(s) beneath base path '/actuator'
    
    2022-03-25 08:52:06,521 INFO Tomcat started on port(s): 8848 (http) with context path '/nacos'
    
    2022-03-25 08:52:06,575 INFO Nacos started successfully in stand alone mode. use embedded storage
    
  • 相关阅读:
    004-spring cache-声明性的基于XML的缓存
    003-spring cache-JCache (JSR-107) annotations
    002-spring cache 基于注解的缓存-02详细-Cacheable 、CachePut、CacheEvict、Caching、CacheConfig、EnableCaching、自定义
    002-spring cache 基于注解的缓存-01-关键注解概述、spel、缓存Key 与 缓存解析器
    001-springboot cache 简介、基础使用
    tools-eclipse-004-UML图安装
    001-Spring的设计理念和整体架构
    java-信息安全(十八)java加密解密,签名等总结
    005-java的Annotation
    002-原始jpa以及基本加载过程,基本sql使用
  • 原文地址:https://www.cnblogs.com/ukzq/p/16053092.html
Copyright © 2020-2023  润新知