MAC IDEA启动后卡住不动

idea启动微服务项目的时候,卡住不动,之前一直以为是MAC M1 不兼容
问题解决:
在类方法上有个红色菱形方块,点一下取消了就好。
单击取消

问题现象:

Connected to the target VM, address: '127.0.0.1:53794', transport: 'socket'
10:01:19.578 [main] INFO com.sunwayland.mes.report.MesReportApplication - ----------------------------------
10:01:19.582 [main] INFO com.sunwayland.mes.report.MesReportApplication - JDK Version is : 1.8.0_291
10:01:19.583 [main] INFO com.sunwayland.mes.report.MesReportApplication - SunWayLand Mes Report is Starting ...
  ______    _____   _                       _  __          __                      
 |  ____|  / ____| | |                     | | \ \        / /                      
 | |__    | |      | |   ___    _   _    __| |  \ \  /\  / /    ___    _ __  __  __
 |  __|   | |      | |  / _ \  | | | |  / _` |   \ \/  \/ /    / _ \  | '__| \ \/ /
 | |      | |____  | | | (_) | | |_| | | (_| |    \  /\  /    | (_) | | |     >  < 
 |_|       \_____| |_|  \___/   \__,_|  \__,_|     \/  \/      \___/  |_|    /_/\_\
                                                                                   
Spring Boot Version: 2.3.4.RELEASE (v2.3.4.RELEASE)                                                                                   
FCloudWorx  Version: 2.3.4.RELEASE (v2.3.4.RELEASE)                                                                                  
2021-08-03 10:01:25.992  WARN 2877 --- [           main] c.a.c.n.c.NacosPropertySourceBuilder     : Ignore the empty nacos configuration and get it based on dataId[XXX-XXXX] & group[DEFAULT_GROUP]
2021-08-03 10:01:26.120  WARN 2877 --- [           main] c.a.c.n.c.NacosPropertySourceBuilder     : Ignore the empty nacos configuration and get it based on dataId[mes-report-songlh586.properties] & group[DEFAULT_GROUP]
2021-08-03 10:01:26.257  WARN 2877 --- [           main] c.a.c.n.c.NacosPropertySourceBuilder     : Ignore the empty nacos configuration and get it based on dataId[XXX-XXXX-test.properties] & group[DEFAULT_GROUP]
2021-08-03 10:01:26.260  INFO 2877 --- [           main] b.c.PropertySourceBootstrapConfiguration : Located property source: [BootstrapPropertySource {name='bootstrapProperties-mes-report-songlh586-test.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-XXX-XXXX.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-mes-report-songlh586,DEFAULT_GROUP'}]
2021-08-03 10:01:26.458  INFO 2877 --- [           main] c.s.mes.report.MesReportApplication      : The following profiles are active: test
2021-08-03 10:01:27.953  WARN 2877 --- [           main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.
2021-08-03 10:01:27.963  WARN 2877 --- [           main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.
2021-08-03 10:01:28.162  INFO 2877 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2021-08-03 10:01:28.167  INFO 2877 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-08-03 10:01:28.208  INFO 2877 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 32ms. Found 0 Redis repository interfaces.
2021-08-03 10:01:28.280  WARN 2877 --- [           main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
2021-08-03 10:01:28.516  INFO 2877 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=79355879-4835-3085-9a77-e971f1151f13
2021-08-03 10:01:28.577  INFO 2877 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.sunwayland.mes.report.feign.MesPortalFeign' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-03 10:01:28.579  INFO 2877 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.sunwayland.mes.report.feign.TargetCalculateFeign' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-03 10:01:28.580  INFO 2877 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.sunwayland.mes.report.feign.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-03 10:01:28.950  INFO 2877 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@17884d' of type [org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-03 10:01:28.968  INFO 2877 --- [           main] trationDelegate$BeanPostProcessorChecker : 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-08-03 10:01:29.030  INFO 2877 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties' of type [com.alibaba.cloud.sentinel.SentinelProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-03 10:01:29.035  INFO 2877 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration' of type [com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-03 10:01:29.329  INFO 2877 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): XXXX (http)
2021-08-03 10:01:29.336  INFO 2877 --- [           main] o.a.coyote.http11.Http11NioProtocol      : Initializing ProtocolHandler ["http-nio-7775"]
2021-08-03 10:01:29.336  INFO 2877 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-08-03 10:01:29.336  INFO 2877 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.38]
2021-08-03 10:01:29.428  INFO 2877 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-08-03 10:01:29.428  INFO 2877 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2876 ms
2021-08-03 10:01:29.738  INFO 2877 --- [           main] c.c.a.m.s.config.MybatisPlusConfig       : Enabled MultiTenant Mode...

卡住点

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值