SpringBoot項目沒有報錯但項目啓動不了

以下是啓動日誌,可以發現並沒有Exception,但是項目卻啓動不起來。當然這種詭異的情況導致的原因多重多樣,我這裏只是列舉自己遇到的兩個。
項目環境是SpringBoot +MyBatis


2019-07-10 15:28:00 [INFO] - Starting QualityTrainingApplication on nelson with PID 10696 (F:\gitResp\quality_training\target\classes started by HASEE in F:\gitResp\quality_training)
2019-07-10 15:28:00 [INFO] - The following profiles are active: dev
2019-07-10 15:28:00 [INFO] - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7c541c15: startup date [Wed Jul 10 15:28:00 CST 2019]; root of context hierarchy
2019-07-10 15:28:01 [INFO] - Multiple Spring Data modules found, entering strict repository configuration mode!
2019-07-10 15:28:01 [INFO] - Bean 'redisConfig' of type [cn.org.gdsxzlg.core.redis.RedisConfig$$EnhancerBySpringCGLIB$$c1a112c1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-07-10 15:28:01 [INFO] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bd7d0939] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-07-10 15:28:02 [INFO] - Tomcat initialized with port(s): 8080 (http)
2019-07-10 15:28:02 [INFO] - Initializing ProtocolHandler ["http-nio-8080"]
2019-07-10 15:28:02 [INFO] - Starting service [Tomcat]
2019-07-10 15:28:02 [INFO] - Starting Servlet Engine: Apache Tomcat/8.5.34
2019-07-10 15:28:02 [INFO] - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\soft\jdk\jdk1.8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Perl64\site\bin;C:\Perl64\bin;D:\soft\jdk\jdk1.8\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\VisualSVN Server\bin;D:\soft\TortoiseSVN-1.9.7.27907-x64-svn-1.9.7\bin;D:\soft\maven\apache-maven-3.5.0\bin;D:\soft\node\;C:\Users\HASEE\AppData\Local\Programs\Fiddler;D:\soft\doccckerToolBox\Docker Toolbox;D:\soft\webStorm\WebStorm 2019.1.3\bin;;C:\Users\HASEE\AppData\Roaming\npm;.]
2019-07-10 15:28:02 [INFO] - Initializing Spring embedded WebApplicationContext
2019-07-10 15:28:02 [INFO] - Root WebApplicationContext: initialization completed in 2057 ms
2019-07-10 15:28:02 [INFO] - Servlet dispatcherServlet mapped to [/]
2019-07-10 15:28:02 [INFO] - Mapping filter: 'characterEncodingFilter' to: [/*]
2019-07-10 15:28:02 [INFO] - Mapping filter: 'corsFilter' to: [/*]
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
Registered plugin: 'com.github.pagehelper.PageHelper@16a5c7e4'
Property 'mapperLocations' was not specified or no matching resources found
2019-07-10 15:28:03 [INFO] - Stopping service [Tomcat]
2019-07-10 15:28:03 [INFO] - 

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.

原因一:

在這裏插入圖片描述
原因二:我這裏使用了定時任務,但是定時任務的@Scheduled的Cron表達式參數寫錯了
在這裏插入圖片描述

原因三:端口被佔用

D:\soft\jdk\jdk1.8\bin\java -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=58596 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=localhost -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2017.3.5\lib\idea_rt.jar=58597:C:\Program Files\JetBrains\IntelliJ IDEA 2017.3.5\bin" -Dfile.encoding=UTF-8 -classpath D:\soft\jdk\jdk1.8\jre\lib\charsets.jar;D:\soft\jdk\jdk1.8\jre\lib\deploy.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\access-bridge-64.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\bcprov-ext-jdk15-1.45.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\bcprov-jdk15on-1.59.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\cldrdata.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\dnsns.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\jaccess.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\jfxrt.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\localedata.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\nashorn.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\sunec.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\sunjce_provider.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\sunmscapi.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\sunpkcs11.jar;D:\soft\jdk\jdk1.8\jre\lib\ext\zipfs.jar;D:\soft\jdk\jdk1.8\jre\lib\javaws.jar;D:\soft\jdk\jdk1.8\jre\lib\jce.jar;D:\soft\jdk\jdk1.8\jre\lib\jfr.jar;D:\soft\jdk\jdk1.8\jre\lib\jfxswt.jar;D:\soft\jdk\jdk1.8\jre\lib\jsse.jar;D:\soft\jdk\jdk1.8\jre\lib\management-agent.jar;D:\soft\jdk\jdk1.8\jre\lib\plugin.jar;D:\soft\jdk\jdk1.8\jre\lib\resources.jar;D:\soft\jdk\jdk1.8\jre\lib\rt.jar;F:\gitResp\quality_training\target\classes;E:\mavenResp\org\springframework\boot\spring-boot-starter-web\2.0.6.RELEASE\spring-boot-starter-web-2.0.6.RELEASE.jar;E:\mavenResp\org\springframework\boot\spring-boot-starter\2.0.6.RELEASE\spring-boot-starter-2.0.6.RELEASE.jar;E:\mavenResp\org\springframework\boot\spring-boot\2.0.6.RELEASE\spring-boot-2.0.6.RELEASE.jar;E:\mavenResp\org\springframework\boot\spring-boot-autoconfigure\2.0.6.RELEASE\spring-boot-autoconfigure-2.0.6.RELEASE.jar;E:\mavenResp\org\springframework\boot\spring-boot-starter-logging\2.0.6.RELEASE\spring-boot-starter-logging-2.0.6.RELEASE.jar;E:\mavenResp\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\mavenResp\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\mavenResp\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\mavenResp\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\mavenResp\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\mavenResp\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\mavenResp\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\mavenResp\org\springframework\boot\spring-boot-starter-json\2.0.6.RELEASE\spring-boot-starter-json-2.0.6.RELEASE.jar;E:\mavenResp\com\fasterxml\jackson\core\jackson-databind\2.9.7\jackson-databind-2.9.7.jar;E:\mavenResp\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\mavenResp\com\fasterxml\jackson\core\jackson-core\2.9.7\jackson-core-2.9.7.jar;E:\mavenResp\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.7\jackson-datatype-jdk8-2.9.7.jar;E:\mavenResp\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.7\jackson-datatype-jsr310-2.9.7.jar;E:\mavenResp\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.7\jackson-module-parameter-names-2.9.7.jar;E:\mavenResp\org\springframework\boot\spring-boot-starter-tomcat\2.0.6.RELEASE\spring-boot-starter-tomcat-2.0.6.RELEASE.jar;E:\mavenResp\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;E:\mavenResp\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;E:\mavenResp\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;E:\mavenResp\org\hibernate\validator\hibernate-validator\6.0.13.Final\hibernate-validator-6.0.13.Final.jar;E:\mavenResp\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\mavenResp\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\mavenResp\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\mavenResp\org\springframework\spring-web\5.0.10.RELEASE\spring-web-5.0.10.RELEASE.jar;E:\mavenResp\org\springframework\spring-beans\5.0.10.RELEASE\spring-beans-5.0.10.RELEASE.jar;E:\mavenResp\org\springframework\spring-webmvc\5.0.10.RELEASE\spring-webmvc-5.0.10.RELEASE.jar;E:\mavenResp\org\springframework\spring-aop\5.0.10.RELEASE\spring-aop-5.0.10.RELEASE.jar;E:\mavenResp\org\springframework\spring-context\5.0.10.RELEASE\spring-context-5.0.10.RELEASE.jar;E:\mavenResp\org\springframework\spring-expression\5.0.10.RELEASE\spring-expression-5.0.10.RELEASE.jar;E:\mavenResp\org\springframework\spring-core\5.0.10.RELEASE\spring-core-5.0.10.RELEASE.jar;E:\mavenResp\org\springframework\spring-jcl\5.0.10.RELEASE\spring-jcl-5.0.10.RELEASE.jar;E:\mavenResp\mysql\mysql-connector-java\5.1.47\mysql-connector-java-5.1.47.jar;E:\mavenResp\org\mybatis\spring\boot\mybatis-spring-boot-starter\1.3.0\mybatis-spring-boot-starter-1.3.0.jar;E:\mavenResp\org\springframework\boot\spring-boot-starter-jdbc\2.0.6.RELEASE\spring-boot-starter-jdbc-2.0.6.RELEASE.jar;E:\mavenResp\com\zaxxer\HikariCP\2.7.9\HikariCP-2.7.9.jar;E:\mavenResp\org\springframework\spring-jdbc\5.0.10.RELEASE\spring-jdbc-5.0.10.RELEASE.jar;E:\mavenResp\org\mybatis\spring\boot\mybatis-spring-boot-autoconfigure\1.3.0\mybatis-spring-boot-autoconfigure-1.3.0.jar;E:\mavenResp\org\mybatis\mybatis\3.4.4\mybatis-3.4.4.jar;E:\mavenResp\org\mybatis\mybatis-spring\1.3.1\mybatis-spring-1.3.1.jar;E:\mavenResp\com\github\pagehelper\pagehelper\4.1.6\pagehelper-4.1.6.jar;E:\mavenResp\com\github\jsqlparser\jsqlparser\0.9.5\jsqlparser-0.9.5.jar;E:\mavenResp\org\apache\poi\poi\3.17\poi-3.17.jar;E:\mavenResp\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\mavenResp\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar;E:\mavenResp\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar;E:\mavenResp\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar;E:\mavenResp\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar;E:\mavenResp\stax\stax-api\1.0.1\stax-api-1.0.1.jar;E:\mavenResp\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar;E:\mavenResp\org\json\json\20180130\json-20180130.jar;E:\mavenResp\org\projectlombok\lombok\1.16.22\lombok-1.16.22.jar;E:\mavenResp\com\aliyun\aliyun-java-sdk-core\4.3.3\aliyun-java-sdk-core-4.3.3.jar;E:\mavenResp\org\apache\httpcomponents\httpclient\4.5.6\httpclient-4.5.6.jar;E:\mavenResp\org\apache\httpcomponents\httpcore\4.4.10\httpcore-4.4.10.jar;E:\mavenResp\javax\xml\bind\jaxb-api\2.3.1\jaxb-api-2.3.1.jar;E:\mavenResp\javax\activation\javax.activation-api\1.2.0\javax.activation-api-1.2.0.jar;E:\mavenResp\com\sun\xml\bind\jaxb-core\2.3.0.1\jaxb-core-2.3.0.1.jar;E:\mavenResp\com\sun\xml\bind\jaxb-impl\2.3.2\jaxb-impl-2.3.2.jar;E:\mavenResp\org\jacoco\org.jacoco.agent\0.8.3\org.jacoco.agent-0.8.3-runtime.jar;E:\mavenResp\org\slf4j\slf4j-api\1.7.7\slf4j-api-1.7.7.jar;E:\mavenResp\org\springframework\boot\spring-boot-starter-data-redis\2.0.6.RELEASE\spring-boot-starter-data-redis-2.0.6.RELEASE.jar;E:\mavenResp\org\springframework\data\spring-data-redis\2.0.11.RELEASE\spring-data-redis-2.0.11.RELEASE.jar;E:\mavenResp\org\springframework\data\spring-data-keyvalue\2.0.11.RELEASE\spring-data-keyvalue-2.0.11.RELEASE.jar;E:\mavenResp\org\springframework\data\spring-data-commons\2.0.11.RELEASE\spring-data-commons-2.0.11.RELEASE.jar;E:\mavenResp\org\springframework\spring-tx\5.0.10.RELEASE\spring-tx-5.0.10.RELEASE.jar;E:\mavenResp\org\springframework\spring-oxm\5.0.10.RELEASE\spring-oxm-5.0.10.RELEASE.jar;E:\mavenResp\org\springframework\spring-context-support\5.0.10.RELEASE\spring-context-support-5.0.10.RELEASE.jar;E:\mavenResp\io\lettuce\lettuce-core\5.0.5.RELEASE\lettuce-core-5.0.5.RELEASE.jar;E:\mavenResp\io\projectreactor\reactor-core\3.1.10.RELEASE\reactor-core-3.1.10.RELEASE.jar;E:\mavenResp\org\reactivestreams\reactive-streams\1.0.2\reactive-streams-1.0.2.jar;E:\mavenResp\io\netty\netty-common\4.1.29.Final\netty-common-4.1.29.Final.jar;E:\mavenResp\io\netty\netty-transport\4.1.29.Final\netty-transport-4.1.29.Final.jar;E:\mavenResp\io\netty\netty-buffer\4.1.29.Final\netty-buffer-4.1.29.Final.jar;E:\mavenResp\io\netty\netty-resolver\4.1.29.Final\netty-resolver-4.1.29.Final.jar;E:\mavenResp\io\netty\netty-handler\4.1.29.Final\netty-handler-4.1.29.Final.jar;E:\mavenResp\io\netty\netty-codec\4.1.29.Final\netty-codec-4.1.29.Final.jar;E:\mavenResp\javax\mail\mail\1.4.7\mail-1.4.7.jar;E:\mavenResp\javax\activation\activation\1.1.1\activation-1.1.1.jar;E:\mavenResp\com\aliyun\aliyun-java-sdk-vod\2.15.1\aliyun-java-sdk-vod-2.15.1.jar;E:\mavenResp\com\google\code\gson\gson\2.8.2\gson-2.8.2.jar;E:\mavenResp\com\aliyun\aliyun-java-vod-upload\1.4.7\aliyun-java-vod-upload-1.4.7.jar;E:\mavenResp\com\alibaba\fastjson\1.2.58\fastjson-1.2.58.jar;E:\mavenResp\com\alibaba\druid\1.1.0\druid-1.1.0.jar;D:\soft\jdk\jdk1.8\lib\jconsole.jar;D:\soft\jdk\jdk1.8\lib\tools.jar;E:\mavenResp\com\aliyun\oss\aliyun-sdk-oss\2.8.3\aliyun-sdk-oss-2.8.3.jar;E:\mavenResp\org\jdom\jdom\1.1\jdom-1.1.jar;E:\mavenResp\org\bouncycastle\bcprov-jdk16\1.46\bcprov-jdk16-1.46.jar;E:\mavenResp\baiduyun\bce-java-sdk\0.10.58\bce-java-sdk-0.10.58.jar;E:\mavenResp\baiduyun\commons-codec\1.9\commons-codec-1.9.jar;E:\mavenResp\baiduyun\commons-io\2.4\commons-io-2.4.jar;E:\mavenResp\baiduyun\commons-lang3\3.5\commons-lang3-3.5.jar;E:\mavenResp\baiduyun\commons-logging\1.1.3\commons-logging-1.1.3.jar;E:\mavenResp\baiduyun\guava\17.0\guava-17.0.jar;E:\mavenResp\baiduyun\httpasyncclient\4.0.2\httpasyncclient-4.0.2.jar;E:\mavenResp\baiduyun\httpcore\4.3.2\httpcore-4.3.2.jar;E:\mavenResp\baiduyun\httpcore-nio\4.3.2\httpcore-nio-4.3.2.jar;E:\mavenResp\baiduyun\jcl-over-slf4j\1.7.7\jcl-over-slf4j-1.7.7.jar;E:\mavenResp\baiduyun\joda-time\2.3\joda-time-2.3.jar;E:\mavenResp\baiduyun\logback-classic\1.1.2\logback-classic-1.1.2.jar;E:\mavenResp\baiduyun\logback-core\1.1.2\logback-core-1.1.2.jar;E:\mavenResp\baiduyun\org.eclipse.paho.client.mqttv3\1.2.0\org.eclipse.paho.client.mqttv3-1.2.0.jar cn.org.gdsxzlg.QualityTrainingApplication
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/E:/mavenResp/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/E:/mavenResp/baiduyun/logback-classic/1.1.2/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.0.6.RELEASE)

2019-07-10 16:07:47 [INFO] - Starting QualityTrainingApplication on nelson with PID 14388 (F:\gitResp\quality_training\target\classes started by HASEE in F:\gitResp\quality_training)
2019-07-10 16:07:47 [INFO] - The following profiles are active: dev
2019-07-10 16:07:47 [INFO] - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@76f2bbc1: startup date [Wed Jul 10 16:07:47 CST 2019]; root of context hierarchy
2019-07-10 16:07:48 [INFO] - Multiple Spring Data modules found, entering strict repository configuration mode!
2019-07-10 16:07:48 [INFO] - Bean 'redisConfig' of type [cn.org.gdsxzlg.core.redis.RedisConfig$$EnhancerBySpringCGLIB$$64b8d95a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-07-10 16:07:48 [INFO] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6094cfd2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-07-10 16:07:49 [INFO] - Tomcat initialized with port(s): 8080 (http)
2019-07-10 16:07:49 [INFO] - Initializing ProtocolHandler ["http-nio-8080"]
2019-07-10 16:07:49 [INFO] - Starting service [Tomcat]
2019-07-10 16:07:49 [INFO] - Starting Servlet Engine: Apache Tomcat/8.5.34
2019-07-10 16:07:49 [INFO] - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\soft\jdk\jdk1.8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Perl64\site\bin;C:\Perl64\bin;D:\soft\jdk\jdk1.8\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\VisualSVN Server\bin;D:\soft\TortoiseSVN-1.9.7.27907-x64-svn-1.9.7\bin;D:\soft\maven\apache-maven-3.5.0\bin;D:\soft\node\;C:\Users\HASEE\AppData\Local\Programs\Fiddler;D:\soft\doccckerToolBox\Docker Toolbox;D:\soft\webStorm\WebStorm 2019.1.3\bin;;C:\Users\HASEE\AppData\Roaming\npm;.]
2019-07-10 16:07:49 [INFO] - Initializing Spring embedded WebApplicationContext
2019-07-10 16:07:49 [INFO] - Root WebApplicationContext: initialization completed in 1815 ms
2019-07-10 16:07:49 [INFO] - Servlet dispatcherServlet mapped to [/]
2019-07-10 16:07:49 [INFO] - Mapping filter: 'characterEncodingFilter' to: [/*]
2019-07-10 16:07:49 [INFO] - Mapping filter: 'corsFilter' to: [/*]
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
Registered plugin: 'com.github.pagehelper.PageHelper@455824ad'
Property 'mapperLocations' was not specified or no matching resources found
2019-07-10 16:07:50 [INFO] - Mapped "{[/test],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.QualityTrainingApplication.test()
2019-07-10 16:07:50 [INFO] - Mapped "{[/advice/list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.AdviceController.list(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/advice],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.AdviceController.save(java.lang.String,cn.org.gdsxzlg.dto.advice.AdviceSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.get(java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/list/issued],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.listAwarded(cn.org.gdsxzlg.dto.certificate.ListAwardedDTO,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/mobile],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.getByMobile(java.lang.String,java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/id_card_num],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.getByIdCardNum(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/issuing],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.issueCertificate(java.lang.String,cn.org.gdsxzlg.dto.certificate.CertificateSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/list/going_issue],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.listIsGoingToIssue(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/issuing/old/batch],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.saveOldCertificateBatch(java.lang.String,org.springframework.web.multipart.MultipartFile)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/issuing/new/batch],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.saveNewCertificateBatch(java.lang.String,org.springframework.web.multipart.MultipartFile)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/export],methods=[GET]}" onto public void cn.org.gdsxzlg.controller.CertificateController.exportCertificateBatch(cn.org.gdsxzlg.dto.certificate.ListAwardedDTO,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/],methods=[DELETE]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.updateCertificate(java.lang.Integer,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.updateCertificate(cn.org.gdsxzlg.dto.certificate.CertificateUpdateDto,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.getCertificateInfo(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/person],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.getCertificateInfo(java.lang.String,java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/certificate/add_old_certificate],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CertificateController.addOldCertificate(cn.org.gdsxzlg.dto.certificate.AddOldCertificateDTO,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/common/upload/to_oss],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CommonController.uploadFile(org.springframework.web.multipart.MultipartFile,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/common/download/template/{templateId}],methods=[GET]}" onto public void cn.org.gdsxzlg.controller.CommonController.downloadTemplate(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-07-10 16:07:50 [INFO] - Mapped "{[/common/region],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CommonController.getRegionId(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/common/bdoc/{docId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CommonController.readBDoc(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/common/upload/to_bdoc],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CommonController.uploadFileToBaidu(org.springframework.web.multipart.MultipartFile)
2019-07-10 16:07:50 [INFO] - Mapped "{[/common/video/upload_certificate],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CommonController.getVideoUploadCertificate(java.lang.String,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/common/video/upload_certificate/refresh/{videoId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CommonController.videoUploadCertificateRefresh(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.get(java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/joining],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.join(java.lang.String,cn.org.gdsxzlg.dto.course.CourseJoinDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/online],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.saveCourseOnline(cn.org.gdsxzlg.dto.course.OnlineCourseSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/list/mine],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.listMyCourse(java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/all_list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.listAllCourse(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/all_list/{courseId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.getCourseToAdmin(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/video/details/{classHourId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.videoDetails(java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/list/exam],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.listExamAll()
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/list/all],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.listAll()
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/apply/study_again/{courseId}],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.applyStudyAgain(java.lang.Integer,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/study_again],methods=[DELETE]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.rollbackApply(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/check/study_again/{studyAgainId}],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.checkStudyAgain(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/list/study_again],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.listStudyAgain(java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/progresses],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.closeVideo(java.lang.String,java.lang.Integer,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/offline],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.saveCourseOffline(cn.org.gdsxzlg.dto.course.OfflineCourseSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/list/effective],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.listEffectiveCourse(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/list/invalid],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.listInvalidCourse(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/list/can_join],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.listCanJoinCourse(java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/export/study_again_list],methods=[GET]}" onto public void cn.org.gdsxzlg.controller.CourseController.exportStudyAgainList(java.lang.String,javax.servlet.http.HttpServletResponse)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/offline/details/{courseId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.courseOfflineDetails(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/offline_course],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.updatecourseOffline(cn.org.gdsxzlg.dto.course.OfflineCourseUpdateDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/online/details/{courseId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.courseOnlineDetails(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/online_course],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.updateCourseOnline(cn.org.gdsxzlg.dto.course.OnlineCourseUpdateDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/course/getVideoInfo],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.CourseController.updateCourseOnline(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.update(cn.org.gdsxzlg.dto.exam.ExamUpdateDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.save(cn.org.gdsxzlg.dto.exam.ExamSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/list/result],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.listExamResult(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/list/invalid],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.listInvalidExam(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/list/mine],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.listMyExam(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/test_paper/{examId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.getTestPaper(java.lang.Integer,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/submit],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.submitTestPaper(java.lang.String,cn.org.gdsxzlg.dto.exam.AnswerDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/list/exam_history],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.listExamHistory(java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/correcting],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.doCorrect(java.lang.String,cn.org.gdsxzlg.dto.exam.DoCorrectDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/details/{id}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.examDetails(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/grade_details],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.getGradeInfo(int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/list/effective],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.listEffectiveExam(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/exam/exam_history/subjective],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ExamController.getSubjectiveExamHistory(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/floating],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.FloatingController.get()
2019-07-10 16:07:50 [INFO] - Mapped "{[/floating],methods=[DELETE]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.FloatingController.delete()
2019-07-10 16:07:50 [INFO] - Mapped "{[/floating],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.FloatingController.save(cn.org.gdsxzlg.dto.floating.FloatingSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/industry/list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.IndustryController.listAll()
2019-07-10 16:07:50 [INFO] - Mapped "{[/info/register_form],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InfoController.saveInfo(cn.org.gdsxzlg.dto.info.InfoSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/info/mobile],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InfoController.updateMobile(java.lang.String,cn.org.gdsxzlg.dto.user.UpdateMobileDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/info],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InfoController.getUser(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/info],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InfoController.updateInfo(cn.org.gdsxzlg.dto.info.UserInfoUpdateDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/info/rewrite],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InfoController.rewriteInfo(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/info/form_img],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InfoController.uploadFormImg(java.lang.Integer,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/{id}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.get(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.list(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/admin_list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.adminList(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.addInformation(cn.org.gdsxzlg.dto.information.InformationDto,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/draft],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.addDraft(cn.org.gdsxzlg.dto.information.DraftDto,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/draft_list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.draftList(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/publish_draft],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.publishDraft(int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/admin_list/{id}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.getAdminInformation(int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/draft_list/{id}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.getDraftInformation(int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.updateInformation(cn.org.gdsxzlg.dto.information.UpdateInformationDto)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/],methods=[DELETE]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.deleteInformation(int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/become_draft],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.informationToDraft(int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/information/draft],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.InformationController.updateDraftInformation(cn.org.gdsxzlg.dto.information.UpdateInformationDto)
2019-07-10 16:07:50 [INFO] - Mapped "{[/login_history/list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.LoginHistoryController.getLoginHistoryList(int,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/manager_check/adminInfo],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ManagerCheckController.checkAdminInfo(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/manager_check/history_list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ManagerCheckController.getManagerCheckHistory(java.lang.Integer,java.lang.Integer,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/manager_check/before_and_after_modify],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ManagerCheckController.getDataBeforeAndAfterUpdate(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/message/list/history],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.MessageController.history(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/message/email],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.MessageController.sendEmail(cn.org.gdsxzlg.dto.message.MessageSendDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/message/auth_code],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.MessageController.getAuthCode(cn.org.gdsxzlg.dto.message.SendSMSDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/message/system],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.MessageController.sendSystemMsg(cn.org.gdsxzlg.dto.message.MessageSendDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/message/sms],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.MessageController.sendSms(cn.org.gdsxzlg.dto.message.SMSMessageSendDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/message/list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.MessageController.listMessage(java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/notice],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.NoticeController.get()
2019-07-10 16:07:50 [INFO] - Mapped "{[/notice],methods=[DELETE]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.NoticeController.delete()
2019-07-10 16:07:50 [INFO] - Mapped "{[/notice],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.NoticeController.save(cn.org.gdsxzlg.dto.notice.NoticeSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/inspect],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.get(cn.org.gdsxzlg.dto.question.InspectDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.list(java.lang.Integer,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.saveQuestion(java.lang.String,cn.org.gdsxzlg.dto.question.QuestionSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/list/{type}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.listByType(java.lang.Integer,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/answer_check],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.answerCheck(cn.org.gdsxzlg.dto.question.AnswerCheckDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.getQuestionInfo(int,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.updateQuestion(cn.org.gdsxzlg.dto.question.UpdateQuestionDTO,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/],methods=[DELETE]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.deleteQuestion(java.lang.Integer,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/check],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.checkedQuestion(int,int,java.lang.String,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/batch],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.saveQuestionBatch(java.lang.String,org.springframework.web.multipart.MultipartFile)
2019-07-10 16:07:50 [INFO] - Mapped "{[/question/list/question_check],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.QuestionController.listQuestionCheck(java.lang.String,int,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/region],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.RegionController.addRegion(cn.org.gdsxzlg.dto.region.RegionSaveDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/resume],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.ResumeController.save(java.lang.String,org.springframework.web.multipart.MultipartFile)
2019-07-10 16:07:50 [INFO] - Mapped "{[/resume/template],methods=[GET]}" onto public void cn.org.gdsxzlg.controller.ResumeController.downloadTemplate(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-07-10 16:07:50 [INFO] - Mapped "{[/starting],methods=[DELETE]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StartPageController.delete()
2019-07-10 16:07:50 [INFO] - Mapped "{[/starting/list],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StartPageController.list()
2019-07-10 16:07:50 [INFO] - Mapped "{[/starting],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StartPageController.save(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/starting/history],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StartPageController.history()
2019-07-10 16:07:50 [INFO] - Mapped "{[/statistics/register_num],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StatisticsController.countEachRegion(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/statistics/passed_num],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StatisticsController.countCheckPassed(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/statistics/training_num],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StatisticsController.countTrainingNum(java.lang.String,java.lang.Integer,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/statistics/got_certificate_num],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StatisticsController.countGotCertificate(java.lang.String,java.lang.Integer,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/statistics/point_avg],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StatisticsController.countExamPointAvg(java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/statistics/study_progress_avg],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StatisticsController.countStudyProgressesAvg(java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/statistics/enterprise_got_certificate],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StatisticsController.coutEnterpriseGotCertificate(java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/statistics/got_certificate_rate],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.StatisticsController.countGotCertificateRate(java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/test_paper],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.TestPaperController.saveTestPaper()
2019-07-10 16:07:50 [INFO] - Mapped "{[/checking/reject/{userId}],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserCheckController.reject(java.lang.Integer,java.lang.String,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/checking/pass/{applicant}],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserCheckController.pass(java.lang.Integer,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/checking/{id}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserCheckController.checkingDetails(java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/checking/list/condition],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserCheckController.listCheckByNameAndAccount(java.lang.String,int,int,java.lang.String,java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.get(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/register],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.register(cn.org.gdsxzlg.dto.user.RegisterDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/details/{userId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.details(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/admin],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.addUser(cn.org.gdsxzlg.dto.user.RegisterAdminDto)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/admin],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.getUser(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/login],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.wechatLogin(cn.org.gdsxzlg.core.sdk.wechat.dto.LoginDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/account/login/web],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.accountLoginWeb(cn.org.gdsxzlg.dto.user.AccountLoginDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/sms/login],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.smsLogin(cn.org.gdsxzlg.dto.user.SMSLoginDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/account/login],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.accountLogin(cn.org.gdsxzlg.dto.user.AccountLoginDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/mobile],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.getWXBindMobile(int,cn.org.gdsxzlg.core.sdk.wechat.dto.LoginDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/binding/wx_mobile],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.bindWithWXMobile(cn.org.gdsxzlg.dto.user.BindWithWXMobileDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/password],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.updatePassword(cn.org.gdsxzlg.dto.user.UpdatePasswordDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/manager/teacher],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listTeacher(java.lang.String,java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/teacher],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listTeacher(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/student],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listStudent(cn.org.gdsxzlg.dto.user.StudentListDTO,java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/export/student],methods=[GET]}" onto public void cn.org.gdsxzlg.controller.UserController.exportStudent(cn.org.gdsxzlg.dto.user.StudentListDTO,java.lang.String,javax.servlet.http.HttpServletResponse)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/manager],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listManager(java.lang.String,java.lang.Integer,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/manager/city],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listCityManager(java.lang.String,java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/manager_check],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listManagerCheck(java.lang.String,int,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/manager/login_history],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listLoginHistory(java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/admin/addteacher],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.addTeacher(cn.org.gdsxzlg.dto.user.RegisterTeacherDto)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/teacher/details/{teacherId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.teacherDetails(java.lang.String,java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/applicant/details/{userId}],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.applicantDetails(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/register/detail],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.registerDetail()
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/admin],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.updateAdmin(java.lang.String,cn.org.gdsxzlg.dto.user.UpdateAdminDto)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/admin],methods=[DELETE]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.deleteAdmin(java.lang.String,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/admin/update_teacher],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.updateTeacher(cn.org.gdsxzlg.dto.user.UpdateTeacherDto,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/login/close],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.closeLogin(java.lang.Integer)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/login/open],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.openLogin(cn.org.gdsxzlg.dto.user.OpenLoginDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/login/setting],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listLoginSetting(int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/opening/details],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.openingDetails()
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/register/close],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.closeRegister(java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/register/open],methods=[PUT]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.openRegister(cn.org.gdsxzlg.dto.user.OpenRegisterDTO)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/manager/province],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listProvinceManager(java.lang.String,int,int)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/list/content],methods=[GET]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.listByNameOrMobile(java.lang.String,java.lang.String)
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/manager/batch],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.importManagerBatch(java.lang.String,org.springframework.web.multipart.MultipartFile) throws java.lang.Exception
2019-07-10 16:07:50 [INFO] - Mapped "{[/user/teacher/batch],methods=[POST]}" onto public cn.org.gdsxzlg.core.result.Result cn.org.gdsxzlg.controller.UserController.importTeacherBatch(java.lang.String,org.springframework.web.multipart.MultipartFile) throws java.io.IOException
2019-07-10 16:07:50 [INFO] - Mapped "{[/error],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> cn.org.gdsxzlg.web.ApiErrorController.error(javax.servlet.http.HttpServletRequest)
2019-07-10 16:07:50 [INFO] - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-07-10 16:07:50 [INFO] - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@76f2bbc1: startup date [Wed Jul 10 16:07:47 CST 2019]; root of context hierarchy
2019-07-10 16:07:50 [INFO] - Detected @ExceptionHandler methods in exceptionHandle
2019-07-10 16:07:51 [INFO] - Registering beans for JMX exposure on startup
2019-07-10 16:07:51 [INFO] - Bean with name 'dataSource' has been autodetected for JMX exposure
2019-07-10 16:07:51 [INFO] - Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2019-07-10 16:07:51 [INFO] - Starting ProtocolHandler ["http-nio-8080"]
2019-07-10 16:07:51 [INFO] - Pausing ProtocolHandler ["http-nio-8080"]
2019-07-10 16:07:51 [INFO] - Stopping service [Tomcat]
2019-07-10 16:07:51 [INFO] - The stop() method was called on component [StandardServer[-1]] after stop() had already been called. The second call will be ignored.
2019-07-10 16:07:51 [INFO] - Stopping ProtocolHandler ["http-nio-8080"]
2019-07-10 16:07:51 [INFO] - Destroying ProtocolHandler ["http-nio-8080"]
2019-07-10 16:07:51 [INFO] - 

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-07-10 16:07:51 [INFO] - Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@76f2bbc1: startup date [Wed Jul 10 16:07:47 CST 2019]; root of context hierarchy
2019-07-10 16:07:51 [INFO] - Unregistering JMX-exposed beans on shutdown
2019-07-10 16:07:51 [INFO] - Unregistering JMX-exposed beans

Process finished with exit code 1

原因四:mapper中有兩個同名的方法,即使參數不一樣也不行
在這裏插入圖片描述

解決辦法

正如這句提示一樣,修改控制檯的日誌輸出級別再啓動就會有報錯信息了。
在這裏插入圖片描述

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.

在這裏插入圖片描述

在這裏插入圖片描述
根據日誌,我找到了是AdviceService注入有問題。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章