activiti7+springboot2 关闭禁用springsecurity

Spring Boot v2.1.7.RELEASE

Spring v5.1.4.RELEASE

Activiti 7.1.0.M3.1

@SpringBootApplication(
        exclude = {
                org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class,
                org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration.class
        }
)

亲测可用

完整pom配置



    4.0.0

    com.rockadmin
    rockadmin
    1.0.1
    jar

    rockadmin
    admin manager dashboard

    
        org.springframework.boot
        spring-boot-starter-parent
        2.1.7.RELEASE
         
    







    
        UTF-8
        UTF-8
        11
        1.0.4
        1.7
        7.1.0.M3.1
    

    
        
            
                org.activiti.dependencies
                activiti-dependencies
                ${activiti-dependencies.version}
                import
                pom
            
        
    

    
        
            org.springframework.boot
            spring-boot-starter
        

        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.springframework.boot
            spring-boot-starter-aop
        
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
        
            org.springframework.boot
            spring-boot-configuration-processor
            true
        
        
        
            org.springframework.boot
            spring-boot-starter-cache
        
        
        
            org.springframework.boot
            spring-boot-starter-websocket
        
        
            org.springframework
            spring-context-support
        
        
            org.springframework.boot
            spring-boot-devtools
            runtime
        
        
            org.mybatis.spring.boot
            mybatis-spring-boot-starter
            1.1.1
        
        
        
            org.springframework.boot
            spring-boot-starter-data-redis
        
        
        
            org.activiti
            activiti-spring-boot-starter
            
























            
        
        
            org.activiti
            activiti-image-generator
        
        
            org.activiti
            activiti-json-converter
        












        
            batik
            batik-transcoder
            1.6-1
        
        
            com.github.theborakompanioni
            thymeleaf-extras-shiro
            2.0.0
        
        
            net.sourceforge.nekohtml
            nekohtml
        
        
        
            mysql
            mysql-connector-java
        
        
            org.mybatis
            mybatis
            3.4.4
        
        
        
            com.alibaba
            druid
            1.1.19
        
        
        
            org.apache.commons
            commons-lang3
            3.6
        
        
            commons-configuration
            commons-configuration
            1.10
        
        
            commons-io
            commons-io
            2.5
        
        
        
            org.apache.shiro
            shiro-core
            1.3.2
        
        
            org.apache.shiro
            shiro-spring
            1.3.2
        
        
        
            org.apache.shiro
            shiro-ehcache
            
                
                    net.sf.ehcache
                    ehcache-core
                
            
            1.4.0
        
        
        
            com.alibaba
            fastjson
            1.2.31
        
        
        
            org.apache.velocity
            velocity
            1.7
        


        
            net.sf.ehcache
            ehcache
        

        
            org.quartz-scheduler
            quartz
            2.2.1
            
                
                    slf4j-api
                    org.slf4j
                
            
        

        
        
            io.springfox
            springfox-swagger2
            2.6.1
        
        
            io.springfox
            springfox-swagger-ui
            2.6.1
        

        
            redis.clients
            jedis
            2.9.0
        


        
        
            org.jsoup
            jsoup
            1.9.2
        

        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    true
                
            
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

 

你可能感兴趣的:(activiti)