1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
| E:\develop\nacos\bin>startup.cmd -m standalone "nacos is starting with standalone"
,--. ,--.'| ,--,: : | Nacos 1.4.1 ,`--.'`| ' : ,---. Running in stand alone mode, All function modules | : : | | ' ,'\ .--.--. Port: 8848 : | \ | : ,--.--. ,---. / / | / / ' Pid: 18732 | : ' '; | / \ / \. ; ,. :| : /`./ Console: http: ' ' ;. ;.--. .-. | / / '' | |: :| : ;_ | | | \ | \__\/: . .. ' / ' | .; : \ \ `. https: ' : | ; .' ," .--.; |' ; :__| : | `----. \ | | '`--' / / ,. |' | '.'|\ \ / / /`--' / ' : | ; : .' \ : : `----' '--'. / ; |.' | , .-./\ \ / `--'---' '---' `--`---' `----'
2021-03-11 09:07:56,191 INFO Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4816278d' 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)
2021-03-11 09:07:56,271 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)
2021-03-11 09:07:58,840 INFO Tomcat initialized with port(s): 8848 (http)
2021-03-11 09:07:59,384 INFO Root WebApplicationContext: initialization completed in 7905 ms
2021-03-11 09:08:05,358 INFO Initializing ExecutorService 'applicationTaskExecutor'
2021-03-11 09:08:05,512 INFO Adding welcome page: class path resource [static/index.html]
2021-03-11 09:08:06,153 INFO Creating filter chain: Ant [pattern='/**'], []
2021-03-11 09:08:06,207 INFO Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@21362712, org.springframework.security.web.context.SecurityContextPersistenceFilter@7889a1ac, org.springframework.security.web.header.HeaderWriterFilter@2af616d3, org.springframework.security.web.csrf.CsrfFilter@55e7a35c, org.springframework.security.web.authentication.logout.LogoutFilter@1f130eaf, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5ef8df1e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5910de75, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@27eb3298, org.springframework.security.web.session.SessionManagementFilter@3deb2326, org.springframework.security.web.access.ExceptionTranslationFilter@5922ae77]
2021-03-11 09:08:06,376 INFO Initializing ExecutorService 'taskScheduler'
2021-03-11 09:08:06,399 INFO Exposing 2 endpoint(s) beneath base path '/actuator'
2021-03-11 09:08:06,538 INFO Tomcat started on port(s): 8848 (http) with context path '/nacos'
2021-03-11 09:08:06,543 INFO Nacos started successfully in stand alone mode. use embedded storage
|