解决IBM Liberty 部署Springboot 应用遇到StackOverflow的问题

        客户最近要求把一个Springboot应用从was 9 迁移部署至 liberty 20,jar包部署,自启动没问题,但部署到liberty上server.xml配置如下:




    
    
        javaee-8.0
        springBoot-2.0
        localConnector-1.0
        websocket-1.1
    

    
    
    
    
    
    
     
         
    
    
    
    
                  
    
                    

你可能感兴趣的:(spring,boot,java,web,容器)