com.jeelowcode
        jeelowcode-tool
        ${jeelowcode.version}
    
    4.0.0
    tool-spring-boot-starter-security
    jar
    ${project.artifactId}
    
        1. security:用户的认证、权限的校验,实现「谁」可以做「什么事」
        2. operatelog:操作日志,实现「谁」在「什么时间」对「什么」做了「什么事」
    
    https://gitee.com/jeelowecode/JeeLowCode
    
        
            com.jeelowcode
            tool-common
        
        
        
            org.springframework.boot
            spring-boot-starter-aop
        
        
        
            com.jeelowcode
            tool-spring-boot-starter-web
        
        
        
            org.springframework.boot
            spring-boot-configuration-processor
            true
        
        
            org.springframework.boot
            spring-boot-starter-security
        
        
        
            com.google.guava
            guava
        
        
            
            
            io.github.mouzt
            bizlog-sdk
        
        
        
            com.jeelowcode
            jeelowcode-service-system-api 
            ${jeelowcode.version}