springboot+slf4j+logback

======logback.xml====

   

   

   

   

       

            %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{30} - %msg%n

   

   

              class="ch.qos.logback.core.rolling.RollingFileAppender">

       

            ${LOG_HOME}/logs/smsismp.log.%d{yyyy-MM-dd}.log

           

            30

       

           

            %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{30} - %msg%n

       

       

            10MB

   

   

       

       

   

   

   

   

       

       

       

   

       

       

       

========pom======

        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

    4.0.0

    com.vendingmachine.xmp

    springboot-xpmAddition

    1.0.0-SNAPSHOT

    jar

    xpmAddition

    vendingmachine web

        org.springframework.boot

        spring-boot-starter-parent

        2.0.4.RELEASE

        UTF-8

        UTF-8

        1.8

            org.springframework.boot

            spring-boot-starter-web

            org.springframework.boot

            spring-boot-starter-data-mongodb

            com.spring4all

            mongodb-plus-spring-boot-starter

            1.0.0.RELEASE

            ch.qos.logback

            logback-classic

            org.slf4j

            jcl-over-slf4j

            org.hamcrest

            hamcrest-all

            1.3

            test


       

            org.springframework.boot

            spring-boot-starter-data-redis

       

       

            org.springframework.boot

            spring-boot-starter-aop


       

            org.projectlombok

            lombok

            true


       

            org.springframework.boot

            spring-boot-starter-test

            test


       

            io.jsonwebtoken

            jjwt

            0.7.0


       

            com.github.pagehelper

            pagehelper-spring-boot-starter

            1.1.2

            org.springframework.boot

            spring-boot-starter-actuator


       

            commons-io

            commons-io

            2.4


       

            org.apache.commons

            commons-lang3

            3.5


       

            com.alipay.sdk

            alipay-sdk-java

            3.0.0


       

            jdom

            jdom

            1.1


       

            org.apache.httpcomponents

            httpclient

            4.4.1


       

            org.apache.httpcomponents

            httpcore

            4.4.1

            org.springframework.boot

            spring-boot-configuration-processor

            true

       

       

            com.github.binarywang

            weixin-java-mp

            3.1.0

       

       

            com.google.zxing

            core

            3.2.1

            com.alibaba

            fastjson

            1.1.23

       

       

            org.springframework.boot

            spring-boot-starter-security

       

       

            org.thymeleaf.extras

            thymeleaf-extras-springsecurity4

       

       

            net.sourceforge.nekohtml

            nekohtml

            1.9.22

       

       

            org.springframework.boot

            spring-boot-starter-thymeleaf

       

       

            org.springframework.boot

            spring-boot-devtools

            true


       

       

            net.sf.json-lib

            json-lib

            2.4

            jdk15

            io.springfox

            springfox-swagger2

            2.6.1

            io.springfox

            springfox-swagger-ui

            2.6.1

                org.apache.maven.plugins

                maven-compiler-plugin

                3.6.1


                    1.8

                    1.8

                org.apache.maven.plugins

                maven-surefire-plugin

                2.20

                    true

                org.springframework.boot

                spring-boot-maven-plugin

                src/main/resources

                src/main/java

                    **/*.xml

你可能感兴趣的:(springboot+slf4j+logback)