Spring Boot pauses for 20 seconds during startup
See original GitHub issueSpring Boot: 1.5.7 Test case: https://github.com/ceefour/java-web-services-training -> jws103-2
Log:
"C:\Program Files\Java\jdk1.8.0_131\bin\java" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2017.2.3\lib\idea_rt.jar=63452:C:\Program Files\JetBrains\IntelliJ IDEA 2017.2.3\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes;D:\m2_repository\com\google\guava\guava\23.0\guava-23.0.jar;D:\m2_repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;D:\m2_repository\com\google\errorprone\error_prone_annotations\2.0.18\error_prone_annotations-2.0.18.jar;D:\m2_repository\com\google\j2objc\j2objc-annotations\1.1\j2objc-annotations-1.1.jar;D:\m2_repository\org\codehaus\mojo\animal-sniffer-annotations\1.14\animal-sniffer-annotations-1.14.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-web\1.5.7.RELEASE\spring-boot-starter-web-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter\1.5.7.RELEASE\spring-boot-starter-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot\1.5.7.RELEASE\spring-boot-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-autoconfigure\1.5.7.RELEASE\spring-boot-autoconfigure-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-logging\1.5.7.RELEASE\spring-boot-starter-logging-1.5.7.RELEASE.jar;D:\m2_repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;D:\m2_repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;D:\m2_repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;D:\m2_repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;D:\m2_repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;D:\m2_repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.7.RELEASE\spring-boot-starter-tomcat-1.5.7.RELEASE.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.20\tomcat-embed-core-8.5.20.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.20\tomcat-embed-el-8.5.20.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.20\tomcat-embed-websocket-8.5.20.jar;D:\m2_repository\org\hibernate\hibernate-validator\5.3.5.Final\hibernate-validator-5.3.5.Final.jar;D:\m2_repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;D:\m2_repository\org\jboss\logging\jboss-logging\3.3.1.Final\jboss-logging-3.3.1.Final.jar;D:\m2_repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-databind\2.8.10\jackson-databind-2.8.10.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-core\2.8.10\jackson-core-2.8.10.jar;D:\m2_repository\org\springframework\spring-web\4.3.11.RELEASE\spring-web-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-aop\4.3.11.RELEASE\spring-aop-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-beans\4.3.11.RELEASE\spring-beans-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-context\4.3.11.RELEASE\spring-context-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-webmvc\4.3.11.RELEASE\spring-webmvc-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-expression\4.3.11.RELEASE\spring-expression-4.3.11.RELEASE.jar;D:\m2_repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;D:\m2_repository\org\springframework\spring-core\4.3.11.RELEASE\spring-core-4.3.11.RELEASE.jar" com.hendyirawan.jws1032.Jws1032Application --debug
2017-09-13 13:17:31.907 DEBUG 3436 --- [ main] .b.l.ClasspathLoggingApplicationListener : Application started with classpath: [file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/charsets.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/deploy.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/access-bridge-64.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/cldrdata.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/dnsns.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/jaccess.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/jfxrt.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/localedata.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/nashorn.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/sunec.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/sunjce_provider.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/sunmscapi.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/sunpkcs11.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/ext/zipfs.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/javaws.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/jce.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/jfr.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/jfxswt.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/jsse.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/management-agent.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/plugin.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/resources.jar, file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/rt.jar, file:/E:/project_amanah/Training/java-web-services-training/jws103-2/target/classes/, file:/D:/m2_repository/com/google/guava/guava/23.0/guava-23.0.jar, file:/D:/m2_repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar, file:/D:/m2_repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.jar, file:/D:/m2_repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar, file:/D:/m2_repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar, file:/D:/m2_repository/org/springframework/boot/spring-boot-starter-web/1.5.7.RELEASE/spring-boot-starter-web-1.5.7.RELEASE.jar, file:/D:/m2_repository/org/springframework/boot/spring-boot-starter/1.5.7.RELEASE/spring-boot-starter-1.5.7.RELEASE.jar, file:/D:/m2_repository/org/springframework/boot/spring-boot/1.5.7.RELEASE/spring-boot-1.5.7.RELEASE.jar, file:/D:/m2_repository/org/springframework/boot/spring-boot-autoconfigure/1.5.7.RELEASE/spring-boot-autoconfigure-1.5.7.RELEASE.jar, file:/D:/m2_repository/org/springframework/boot/spring-boot-starter-logging/1.5.7.RELEASE/spring-boot-starter-logging-1.5.7.RELEASE.jar, file:/D:/m2_repository/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.jar, file:/D:/m2_repository/ch/qos/logback/logback-core/1.1.11/logback-core-1.1.11.jar, file:/D:/m2_repository/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar, file:/D:/m2_repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar, file:/D:/m2_repository/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.jar, file:/D:/m2_repository/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar, file:/D:/m2_repository/org/springframework/boot/spring-boot-starter-tomcat/1.5.7.RELEASE/spring-boot-starter-tomcat-1.5.7.RELEASE.jar, file:/D:/m2_repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.20/tomcat-embed-core-8.5.20.jar, file:/D:/m2_repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.20/tomcat-embed-el-8.5.20.jar, file:/D:/m2_repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.20/tomcat-embed-websocket-8.5.20.jar, file:/D:/m2_repository/org/hibernate/hibernate-validator/5.3.5.Final/hibernate-validator-5.3.5.Final.jar, file:/D:/m2_repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, file:/D:/m2_repository/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar, file:/D:/m2_repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar, file:/D:/m2_repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar, file:/D:/m2_repository/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar, file:/D:/m2_repository/com/fasterxml/jackson/core/jackson-core/2.8.10/jackson-core-2.8.10.jar, file:/D:/m2_repository/org/springframework/spring-web/4.3.11.RELEASE/spring-web-4.3.11.RELEASE.jar, file:/D:/m2_repository/org/springframework/spring-aop/4.3.11.RELEASE/spring-aop-4.3.11.RELEASE.jar, file:/D:/m2_repository/org/springframework/spring-beans/4.3.11.RELEASE/spring-beans-4.3.11.RELEASE.jar, file:/D:/m2_repository/org/springframework/spring-context/4.3.11.RELEASE/spring-context-4.3.11.RELEASE.jar, file:/D:/m2_repository/org/springframework/spring-webmvc/4.3.11.RELEASE/spring-webmvc-4.3.11.RELEASE.jar, file:/D:/m2_repository/org/springframework/spring-expression/4.3.11.RELEASE/spring-expression-4.3.11.RELEASE.jar, file:/D:/m2_repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar, file:/D:/m2_repository/org/springframework/spring-core/4.3.11.RELEASE/spring-core-4.3.11.RELEASE.jar, file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%202017.2.3/lib/idea_rt.jar]
2017-09-13 13:17:31.914 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'context.listener.classes' in any property source
2017-09-13 13:17:31.916 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'banner.image.location' in any property source
2017-09-13 13:17:31.918 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'banner.location' in any property source
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.5.7.RELEASE)
2017-09-13 13:17:31.956 DEBUG 3436 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding PropertySource 'servletConfigInitParams' with lowest search precedence
2017-09-13 13:17:31.956 DEBUG 3436 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding PropertySource 'servletContextInitParams' with lowest search precedence
2017-09-13 13:17:31.956 DEBUG 3436 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding PropertySource 'systemProperties' with lowest search precedence
2017-09-13 13:17:31.956 DEBUG 3436 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding PropertySource 'systemEnvironment' with lowest search precedence
2017-09-13 13:17:31.957 DEBUG 3436 --- [ main] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [StubPropertySource@192881625 {name='servletConfigInitParams', properties=java.lang.Object@61d47554}, StubPropertySource@1773638882 {name='servletContextInitParams', properties=java.lang.Object@3f200884}, MapPropertySource@1295226194 {name='systemProperties', properties={java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_131\jre\bin, java.vm.version=25.131-b11, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=US, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, PID=3436, java.vm.specification.name=Java Virtual Machine Specification, user.dir=E:\project_amanah\Training\java-web-services-training\jws103-2, java.runtime.version=1.8.0_131-b11, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, org.jboss.logging.provider=slf4j, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_131\jre\lib\endorsed, os.arch=amd64, java.io.tmpdir=C:\Users\ceefour\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, spring.beaninfo.ignore=true, java.library.path=C:\Program Files\Java\jdk1.8.0_131\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\ImageMagick-6.9.3-Q16;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\bin\Intel64;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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:\Users\ceefour\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;E:\maven\bin;E:\ffmpeg\bin;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files\PostgreSQL\9.6\bin;C:\Program Files\MongoDB\Server\3.2\bin;C:\Users\ceefour\AppData\Local\Android\sdk\build-tools\23.0.2;C:\Users\ceefour\AppData\Local\Android\sdk\platform-tools;D:\clojure;E:\ant\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\sbt\bin;D:\maven\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Pandoc\;C:\Program Files\IBM\Bluemix\bin;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files\Cloud Foundry;C:\Program Files\Redis\;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Yarn\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Grsync\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\ceefour\AppData\Roaming\Python\Scripts;C:\Program Files\nodejs\;E:\MATLAB_R2014b\bin;C:\Ruby23-x64\bin;C:\Users\ceefour\.lein\bin;C:\Program Files\Docker Toolbox;C:\mbrola;C:\Program Files (x86)\eSpeak\command_line;C:\Users\ceefour\AppData\Roaming\Composer\vendor\bin;C:\Users\ceefour\AppData\Local\Microsoft\WindowsApps;D:\gradle\bin;C:\Program Files (x86)\Pandoc;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files (x86)\Google\google_appengine\;C:\Users\ceefour\AppData\Local\Yarn\.bin;C:\Program Files\Microsoft VS Code\bin;C:\Users\ceefour\AppData\Roaming\npm;., java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\ceefour, user.timezone=Asia/Bangkok, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=UTF-8, java.specification.version=1.8, java.class.path=C:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes;D:\m2_repository\com\google\guava\guava\23.0\guava-23.0.jar;D:\m2_repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;D:\m2_repository\com\google\errorprone\error_prone_annotations\2.0.18\error_prone_annotations-2.0.18.jar;D:\m2_repository\com\google\j2objc\j2objc-annotations\1.1\j2objc-annotations-1.1.jar;D:\m2_repository\org\codehaus\mojo\animal-sniffer-annotations\1.14\animal-sniffer-annotations-1.14.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-web\1.5.7.RELEASE\spring-boot-starter-web-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter\1.5.7.RELEASE\spring-boot-starter-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot\1.5.7.RELEASE\spring-boot-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-autoconfigure\1.5.7.RELEASE\spring-boot-autoconfigure-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-logging\1.5.7.RELEASE\spring-boot-starter-logging-1.5.7.RELEASE.jar;D:\m2_repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;D:\m2_repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;D:\m2_repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;D:\m2_repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;D:\m2_repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;D:\m2_repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.7.RELEASE\spring-boot-starter-tomcat-1.5.7.RELEASE.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.20\tomcat-embed-core-8.5.20.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.20\tomcat-embed-el-8.5.20.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.20\tomcat-embed-websocket-8.5.20.jar;D:\m2_repository\org\hibernate\hibernate-validator\5.3.5.Final\hibernate-validator-5.3.5.Final.jar;D:\m2_repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;D:\m2_repository\org\jboss\logging\jboss-logging\3.3.1.Final\jboss-logging-3.3.1.Final.jar;D:\m2_repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-databind\2.8.10\jackson-databind-2.8.10.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-core\2.8.10\jackson-core-2.8.10.jar;D:\m2_repository\org\springframework\spring-web\4.3.11.RELEASE\spring-web-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-aop\4.3.11.RELEASE\spring-aop-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-beans\4.3.11.RELEASE\spring-beans-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-context\4.3.11.RELEASE\spring-context-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-webmvc\4.3.11.RELEASE\spring-webmvc-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-expression\4.3.11.RELEASE\spring-expression-4.3.11.RELEASE.jar;D:\m2_repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;D:\m2_repository\org\springframework\spring-core\4.3.11.RELEASE\spring-core-4.3.11.RELEASE.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2.3\lib\idea_rt.jar, user.name=ceefour, java.vm.specification.version=1.8, sun.java.command=com.hendyirawan.jws1032.Jws1032Application --debug, java.home=C:\Program Files\Java\jdk1.8.0_131\jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_131, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_131\jre\classes, java.awt.headless=true, java.vendor=Oracle Corporation, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@252651381 {name='systemEnvironment', properties={PATH=C:\Program Files\ImageMagick-6.9.3-Q16;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\bin\Intel64;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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:\Users\ceefour\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;E:\maven\bin;E:\ffmpeg\bin;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files\PostgreSQL\9.6\bin;C:\Program Files\MongoDB\Server\3.2\bin;C:\Users\ceefour\AppData\Local\Android\sdk\build-tools\23.0.2;C:\Users\ceefour\AppData\Local\Android\sdk\platform-tools;D:\clojure;E:\ant\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\sbt\bin;D:\maven\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Pandoc\;C:\Program Files\IBM\Bluemix\bin;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files\Cloud Foundry;C:\Program Files\Redis\;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Yarn\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Grsync\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\ceefour\AppData\Roaming\Python\Scripts;C:\Program Files\nodejs\;E:\MATLAB_R2014b\bin;C:\Ruby23-x64\bin;C:\Users\ceefour\.lein\bin;C:\Program Files\Docker Toolbox;C:\mbrola;C:\Program Files (x86)\eSpeak\command_line;C:\Users\ceefour\AppData\Roaming\Composer\vendor\bin;C:\Users\ceefour\AppData\Local\Microsoft\WindowsApps;D:\gradle\bin;C:\Program Files (x86)\Pandoc;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files (x86)\Google\google_appengine\;C:\Users\ceefour\AppData\Local\Yarn\.bin;C:\Program Files\Microsoft VS Code\bin;C:\Users\ceefour\AppData\Roaming\npm, USERDOMAIN_ROAMINGPROFILE=AMANAHWIN, PROCESSOR_LEVEL=6, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, POSTGIS_GDAL_ENABLED_DRIVERS=GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, GDAL_DATA=C:\Program Files\PostgreSQL\9.6\gdal-data, INTEL_DEV_REDIST=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\, PROCESSOR_ARCHITECTURE=AMD64, MIC_LD_LIBRARY_PATH=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\compiler\lib\intel64_win_mic, ANDROID_HOME=C:\Users\ceefour\AppData\Local\Android\sdk, INTEL_LICENSE_FILE=C:\Program Files (x86)\Common Files\Intel\Licenses, PSModulePath=C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\WindowsPowerShell\Modules\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ResourceManager\AzureResourceManager\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement\;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\GoogleCloudPowerShell, SystemDrive=C:, =E:=E:\, MOZ_PLUGIN_PATH=C:\PROGRAM FILES (X86)\FOXIT SOFTWARE\FOXIT READER\plugins\, POSTGIS_ENABLE_OUTDB_RASTERS=1, USERNAME=ceefour, ProgramFiles(x86)=C:\Program Files (x86), FPS_BROWSER_USER_PROFILE_STRING=Default, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, ProgramData=C:\ProgramData, =F:=F:\, ProgramW6432=C:\Program Files, HOMEPATH=\Users\ceefour, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel, ProgramFiles=C:\Program Files, PUBLIC=C:\Users\Public, windir=C:\WINDOWS, =::=::\, GEOSERVER_DATA_DIR=C:\Program Files (x86)\GeoServer 2.10.0\data_dir, C_EM64T_REDIST11=C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\, LOCALAPPDATA=C:\Users\ceefour\AppData\Local, ChocolateyLastPathUpdate=Jum Des 16 21:59:28 2016, USERDOMAIN=AMANAHWIN, FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, LOGONSERVER=\\AMANAHWIN, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_131, FSHARPINSTALLDIR=C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\, ERLANG_HOME=C:\Program Files\erl7.2.1, OneDrive=E:\OneDrive, APPDATA=C:\Users\ceefour\AppData\Roaming, GTK_BASEPATH=C:\Program Files (x86)\GtkSharp\2.12\, ChocolateyInstall=C:\ProgramData\chocolatey, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, CommonProgramFiles=C:\Program Files\Common Files, OS=Windows_NT, COMPUTERNAME=AMANAHWIN, SBT_HOME=C:\Program Files (x86)\sbt\, PROCESSOR_REVISION=5e03, CommonProgramW6432=C:\Program Files\Common Files, ComSpec=C:\WINDOWS\system32\cmd.exe, =H:=H:\, =D:=D:\, GITHUB_OAUTH_TOKEN=24ba81c0b1fa8e3e339073c2b6d970f0676e66d0, SystemRoot=C:\WINDOWS, TEMP=C:\Users\ceefour\AppData\Local\Temp, GEOSERVER_HOME=C:\Program Files (x86)\GeoServer 2.10.0, HOMEDRIVE=C:, USERPROFILE=C:\Users\ceefour, TMP=C:\Users\ceefour\AppData\Local\Temp, CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files, NUMBER_OF_PROCESSORS=8, DOCKER_TOOLBOX_INSTALL_PATH=C:\Program Files\Docker Toolbox, HOME=C:\Users\ceefour}}]
2017-09-13 13:17:31.980 DEBUG 3436 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'context.initializer.classes' in any property source
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.config.name:application' in any property source
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.config.name' in any property source
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'vcap.application.name:application' in any property source
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'vcap.application.name' in any property source
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.application.name:application' in any property source
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.application.name' in any property source
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'PORT:null' in any property source
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'PORT' in any property source
2017-09-13 13:17:31.995 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'server.port:null' in any property source
2017-09-13 13:17:31.996 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'server.port' in any property source
2017-09-13 13:17:31.996 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.application.index:null' in any property source
2017-09-13 13:17:31.996 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.application.index' in any property source
2017-09-13 13:17:31.996 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'vcap.application.instance_index:null' in any property source
2017-09-13 13:17:31.996 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'vcap.application.instance_index' in any property source
2017-09-13 13:17:31.996 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.profiles.active' in any property source
2017-09-13 13:17:31.999 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.002 INFO 3436 --- [ main] c.h.jws1032.Jws1032Application : Starting Jws1032Application on amanahwin with PID 3436 (E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes started by ceefour in E:\project_amanah\Training\java-web-services-training\jws103-2)
2017-09-13 13:17:32.003 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.profiles.active' in any property source
2017-09-13 13:17:32.003 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.profiles.default' in any property source
2017-09-13 13:17:32.003 INFO 3436 --- [ main] c.h.jws1032.Jws1032Application : No active profile set, falling back to default profiles: default
2017-09-13 13:17:32.003 DEBUG 3436 --- [ main] o.s.boot.SpringApplication : Loading source class com.hendyirawan.jws1032.Jws1032Application
2017-09-13 13:17:32.012 DEBUG 3436 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
2017-09-13 13:17:32.051 DEBUG 3436 --- [ main] o.s.b.c.c.ConfigFileApplicationListener : Loaded config file 'file:/E:/project_amanah/Training/java-web-services-training/jws103-2/target/classes/application.properties' (classpath:/application.properties)
2017-09-13 13:17:32.052 DEBUG 3436 --- [ main] o.s.b.c.c.ConfigFileApplicationListener : Skipped (empty) config file 'file:/E:/project_amanah/Training/java-web-services-training/jws103-2/target/classes/application.properties' (classpath:/application.properties) for profile default
2017-09-13 13:17:32.055 INFO 3436 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1442d7b5: startup date [Wed Sep 13 13:17:32 ICT 2017]; root of context hierarchy
2017-09-13 13:17:32.058 DEBUG 3436 --- [ main] ationConfigEmbeddedWebApplicationContext : Bean factory for org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1442d7b5: org.springframework.beans.factory.support.DefaultListableBeanFactory@5223e5ee: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,jws1032Application]; root of factory hierarchy
2017-09-13 13:17:32.081 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2017-09-13 13:17:32.082 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2017-09-13 13:17:32.088 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
2017-09-13 13:17:32.097 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
2017-09-13 13:17:32.097 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
2017-09-13 13:17:32.097 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' to allow for resolving potential circular references
2017-09-13 13:17:32.100 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
2017-09-13 13:17:32.108 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2017-09-13 13:17:32.126 DEBUG 3436 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
2017-09-13 13:17:32.129 DEBUG 3436 --- [ main] .i.s.PathMatchingResourcePatternResolver : Resolved classpath location [com/hendyirawan/jws1032/] to resources [URL [file:/E:/project_amanah/Training/java-web-services-training/jws103-2/target/classes/com/hendyirawan/jws1032/]]
2017-09-13 13:17:32.130 DEBUG 3436 --- [ main] .i.s.PathMatchingResourcePatternResolver : Looking for matching resources in directory tree [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032]
2017-09-13 13:17:32.130 DEBUG 3436 --- [ main] .i.s.PathMatchingResourcePatternResolver : Searching directory [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032] for files matching pattern [E:/project_amanah/Training/java-web-services-training/jws103-2/target/classes/com/hendyirawan/jws1032/**/*.class]
2017-09-13 13:17:32.136 DEBUG 3436 --- [ main] .i.s.PathMatchingResourcePatternResolver : Resolved location pattern [classpath*:com/hendyirawan/jws1032/**/*.class] to resources [file [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032\CountriesServlet.class], file [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032\Country.class], file [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032\Jws1032Application.class]]
2017-09-13 13:17:32.167 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.boot.enableautoconfiguration' in any property source
2017-09-13 13:17:32.178 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
2017-09-13 13:17:32.207 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.252 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.300 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.messages.basename' in any property source
2017-09-13 13:17:32.300 DEBUG 3436 --- [ main] .i.s.PathMatchingResourcePatternResolver : Resolved classpath location [messages.properties] to resources []
2017-09-13 13:17:32.301 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.306 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.316 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.327 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.329 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.330 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.331 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.333 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.334 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.338 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.338 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.341 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.345 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.349 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.350 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.351 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.360 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.360 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.366 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.368 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.373 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.373 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.377 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.378 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.381 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.381 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.386 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.387 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.396 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.410 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.418 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.418 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.430 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.443 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.453 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.453 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.456 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.457 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.461 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.479 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.483 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.485 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.486 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.486 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.487 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.487 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.489 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.490 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.491 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.492 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.495 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.496 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.501 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.501 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.501 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.503 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.508 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.508 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.508 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.509 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.511 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.512 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.514 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.518 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.531 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration'
2017-09-13 13:17:32.534 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.534 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.545 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' to allow for resolving potential circular references
2017-09-13 13:17:32.545 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.547 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.549 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer()
2017-09-13 13:17:32.549 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.549 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.550 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration'
2017-09-13 13:17:32.550 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration.standardJacksonObjectMapperBuilderCustomizer()
2017-09-13 13:17:32.556 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.556 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration'
2017-09-13 13:17:32.556 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.560 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.560 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration.jacksonObjectMapperBuilder()
2017-09-13 13:17:32.560 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.560 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration'
2017-09-13 13:17:32.560 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.561 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.561 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration.jacksonObjectMapper()
2017-09-13 13:17:32.562 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration'
2017-09-13 13:17:32.562 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.jsonComponentModule()
2017-09-13 13:17:32.562 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.562 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.562 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.562 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration'
2017-09-13 13:17:32.563 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.564 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.564 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration.websocketContainerCustomizer()
2017-09-13 13:17:32.565 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration'
2017-09-13 13:17:32.565 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.565 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.566 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.569 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.570 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat'
2017-09-13 13:17:32.570 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat.tomcatEmbeddedServletContainerFactory()
2017-09-13 13:17:32.570 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration'
2017-09-13 13:17:32.577 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.577 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.577 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.578 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.578 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.578 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.579 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
2017-09-13 13:17:32.579 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration.dispatcherServlet()
2017-09-13 13:17:32.579 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.580 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.581 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
2017-09-13 13:17:32.581 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.582 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.582 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration.dispatcherServletRegistration()
2017-09-13 13:17:32.582 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration'
2017-09-13 13:17:32.582 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.583 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.583 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration'
2017-09-13 13:17:32.583 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.585 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.585 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration.defaultValidator()
2017-09-13 13:17:32.587 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.590 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.591 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration.methodValidationPostProcessor()
2017-09-13 13:17:32.592 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.592 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.592 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.595 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.596 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration'
2017-09-13 13:17:32.596 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.596 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.error()
2017-09-13 13:17:32.597 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.598 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.598 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.beanNameViewResolver()
2017-09-13 13:17:32.598 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
2017-09-13 13:17:32.599 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.600 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.600 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.600 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.600 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.600 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.600 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration.conventionErrorViewResolver()
2017-09-13 13:17:32.601 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration'
2017-09-13 13:17:32.602 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.602 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.603 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.errorAttributes()
2017-09-13 13:17:32.603 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.607 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.607 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.basicErrorController()
2017-09-13 13:17:32.607 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.errorPageCustomizer()
2017-09-13 13:17:32.607 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.preserveErrorControllerTargetClassPostProcessor()
2017-09-13 13:17:32.608 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.608 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.609 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.609 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.609 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration'
2017-09-13 13:17:32.609 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.requestMappingHandlerAdapter()
2017-09-13 13:17:32.610 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.requestMappingHandlerMapping()
2017-09-13 13:17:32.610 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcValidator()
2017-09-13 13:17:32.610 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcContentNegotiationManager()
2017-09-13 13:17:32.610 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcPathMatcher()
2017-09-13 13:17:32.610 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcUrlPathHelper()
2017-09-13 13:17:32.610 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.viewControllerHandlerMapping()
2017-09-13 13:17:32.610 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.beanNameHandlerMapping()
2017-09-13 13:17:32.611 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.resourceHandlerMapping()
2017-09-13 13:17:32.611 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcResourceUrlProvider()
2017-09-13 13:17:32.611 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.defaultServletHandlerMapping()
2017-09-13 13:17:32.611 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcConversionService()
2017-09-13 13:17:32.611 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcUriComponentsContributor()
2017-09-13 13:17:32.611 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.httpRequestHandlerAdapter()
2017-09-13 13:17:32.611 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.simpleControllerHandlerAdapter()
2017-09-13 13:17:32.611 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.handlerExceptionResolver()
2017-09-13 13:17:32.611 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcViewResolver()
2017-09-13 13:17:32.612 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.612 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration'
2017-09-13 13:17:32.612 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration.faviconHandlerMapping()
2017-09-13 13:17:32.612 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration.faviconRequestHandler()
2017-09-13 13:17:32.613 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter'
2017-09-13 13:17:32.615 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.634 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.634 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.defaultViewResolver()
2017-09-13 13:17:32.634 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.637 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.637 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.638 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.638 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.638 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.638 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.638 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.638 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.638 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.viewResolver()
2017-09-13 13:17:32.639 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.639 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.639 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.welcomePageHandlerMapping()
2017-09-13 13:17:32.640 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.641 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.641 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.641 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.requestContextFilter()
2017-09-13 13:17:32.641 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration'
2017-09-13 13:17:32.642 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.642 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.642 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.hiddenHttpMethodFilter()
2017-09-13 13:17:32.642 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.643 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.644 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.644 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.httpPutFormContentFilter()
2017-09-13 13:17:32.644 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.644 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.644 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration'
2017-09-13 13:17:32.644 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.645 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.645 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.mbeanExporter()
2017-09-13 13:17:32.646 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.647 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.648 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.objectNamingStrategy()
2017-09-13 13:17:32.648 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.648 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.648 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.mbeanServer()
2017-09-13 13:17:32.648 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.650 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.650 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.650 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration'
2017-09-13 13:17:32.650 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.651 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.651 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration'
2017-09-13 13:17:32.651 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.652 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.652 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration.stringHttpMessageConverter()
2017-09-13 13:17:32.652 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.652 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.653 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.653 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.653 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration'
2017-09-13 13:17:32.653 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.654 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.654 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration.mappingJackson2HttpMessageConverter()
2017-09-13 13:17:32.655 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration'
2017-09-13 13:17:32.657 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration'
2017-09-13 13:17:32.658 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.660 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.660 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.messageConverters()
2017-09-13 13:17:32.660 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
2017-09-13 13:17:32.661 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.661 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.info.build.location:classpath:META-INF/build-info.properties' in any property source
2017-09-13 13:17:32.661 DEBUG 3436 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'spring.info.build.location' in any property source
2017-09-13 13:17:32.662 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.663 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.664 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.664 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.664 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration'
2017-09-13 13:17:32.664 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.666 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.666 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration.characterEncodingFilter()
2017-09-13 13:17:32.666 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration.localeCharsetMappingsCustomizer()
2017-09-13 13:17:32.666 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.667 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.667 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration'
2017-09-13 13:17:32.667 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.668 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.669 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration.multipartConfigElement()
2017-09-13 13:17:32.669 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.669 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.669 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration.multipartResolver()
2017-09-13 13:17:32.670 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.670 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration'
2017-09-13 13:17:32.671 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.671 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.672 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.serverProperties()
2017-09-13 13:17:32.672 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.duplicateServerPropertiesDetector()
2017-09-13 13:17:32.672 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.672 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration'
2017-09-13 13:17:32.673 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2017-09-13 13:17:32.675 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'autoConfigurationReport'
2017-09-13 13:17:32.675 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration.restTemplateBuilder()
2017-09-13 13:17:32.675 DEBUG 3436 --- [ main] a.ConfigurationClassBeanDefinitionReader : Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration'
2017-09-13 13:17:32.748 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced com.hendyirawan.jws1032.Jws1032Application; enhanced class name is: com.hendyirawan.jws1032.Jws1032Application$$EnhancerBySpringCGLIB$$33a86510
2017-09-13 13:17:32.748 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'jws1032Application' existing class 'com.hendyirawan.jws1032.Jws1032Application' with enhanced class 'com.hendyirawan.jws1032.Jws1032Application$$EnhancerBySpringCGLIB$$33a86510'
2017-09-13 13:17:32.750 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration$$EnhancerBySpringCGLIB$$2091ed05
2017-09-13 13:17:32.750 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration$$EnhancerBySpringCGLIB$$2091ed05'
2017-09-13 13:17:32.753 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration$$EnhancerBySpringCGLIB$$e8d2a265
2017-09-13 13:17:32.753 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' existing class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration$$EnhancerBySpringCGLIB$$e8d2a265'
2017-09-13 13:17:32.756 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration$$EnhancerBySpringCGLIB$$2dbbbc76
2017-09-13 13:17:32.756 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' existing class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration$$EnhancerBySpringCGLIB$$2dbbbc76'
2017-09-13 13:17:32.759 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration$$EnhancerBySpringCGLIB$$7b6efa5d
2017-09-13 13:17:32.759 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' existing class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration$$EnhancerBySpringCGLIB$$7b6efa5d'
2017-09-13 13:17:32.761 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$$EnhancerBySpringCGLIB$$5d7a97ec
2017-09-13 13:17:32.762 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$$EnhancerBySpringCGLIB$$5d7a97ec'
2017-09-13 13:17:32.764 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration$$EnhancerBySpringCGLIB$$4eadfaf5
2017-09-13 13:17:32.765 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' existing class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration$$EnhancerBySpringCGLIB$$4eadfaf5'
2017-09-13 13:17:32.766 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$$EnhancerBySpringCGLIB$$328c0f24
2017-09-13 13:17:32.767 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$$EnhancerBySpringCGLIB$$328c0f24'
2017-09-13 13:17:32.769 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat; enhanced class name is: org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$d35ebde8
2017-09-13 13:17:32.769 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' existing class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' with enhanced class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$d35ebde8'
2017-09-13 13:17:32.770 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$$EnhancerBySpringCGLIB$$8c484b0c
2017-09-13 13:17:32.770 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$$EnhancerBySpringCGLIB$$8c484b0c'
2017-09-13 13:17:32.776 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration$$EnhancerBySpringCGLIB$$c6412a1e
2017-09-13 13:17:32.776 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' existing class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration$$EnhancerBySpringCGLIB$$c6412a1e'
2017-09-13 13:17:32.779 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration$$EnhancerBySpringCGLIB$$4130b945
2017-09-13 13:17:32.779 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' existing class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration$$EnhancerBySpringCGLIB$$4130b945'
2017-09-13 13:17:32.781 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$$EnhancerBySpringCGLIB$$154fbd20
2017-09-13 13:17:32.781 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$$EnhancerBySpringCGLIB$$154fbd20'
2017-09-13 13:17:32.783 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration$$EnhancerBySpringCGLIB$$90db0b56
2017-09-13 13:17:32.783 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration$$EnhancerBySpringCGLIB$$90db0b56'
2017-09-13 13:17:32.785 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration$$EnhancerBySpringCGLIB$$6622ec3a
2017-09-13 13:17:32.785 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' existing class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration$$EnhancerBySpringCGLIB$$6622ec3a'
2017-09-13 13:17:32.787 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration$$EnhancerBySpringCGLIB$$e2738e20
2017-09-13 13:17:32.787 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' existing class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration$$EnhancerBySpringCGLIB$$e2738e20'
2017-09-13 13:17:32.791 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$d5d684c0
2017-09-13 13:17:32.791 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$d5d684c0'
2017-09-13 13:17:32.800 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$77091cd5
2017-09-13 13:17:32.800 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$77091cd5'
2017-09-13 13:17:32.803 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration$$EnhancerBySpringCGLIB$$57f8a6c0
2017-09-13 13:17:32.803 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration$$EnhancerBySpringCGLIB$$57f8a6c0'
2017-09-13 13:17:32.808 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; enhanced class name is: org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$aded248
2017-09-13 13:17:32.808 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' existing class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' with enhanced class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$aded248'
2017-09-13 13:17:32.810 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$$EnhancerBySpringCGLIB$$8f18640c
2017-09-13 13:17:32.810 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$$EnhancerBySpringCGLIB$$8f18640c'
2017-09-13 13:17:32.813 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration$$EnhancerBySpringCGLIB$$9f46e9e8
2017-09-13 13:17:32.813 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration$$EnhancerBySpringCGLIB$$9f46e9e8'
2017-09-13 13:17:32.815 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration$$EnhancerBySpringCGLIB$$f65061a
2017-09-13 13:17:32.815 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration$$EnhancerBySpringCGLIB$$f65061a'
2017-09-13 13:17:32.818 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$6d09a3cc
2017-09-13 13:17:32.818 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' existing class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$6d09a3cc'
2017-09-13 13:17:32.820 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$fb17cdcc
2017-09-13 13:17:32.820 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' existing class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$fb17cdcc'
2017-09-13 13:17:32.821 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$$EnhancerBySpringCGLIB$$8e056642
2017-09-13 13:17:32.822 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration' existing class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$$EnhancerBySpringCGLIB$$8e056642'
2017-09-13 13:17:32.826 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$$EnhancerBySpringCGLIB$$b093992c
2017-09-13 13:17:32.826 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$$EnhancerBySpringCGLIB$$b093992c'
2017-09-13 13:17:32.866 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$$EnhancerBySpringCGLIB$$5bd587e5
2017-09-13 13:17:32.866 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$$EnhancerBySpringCGLIB$$5bd587e5'
2017-09-13 13:17:32.868 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration$$EnhancerBySpringCGLIB$$f6c7e177
2017-09-13 13:17:32.868 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration$$EnhancerBySpringCGLIB$$f6c7e177'
2017-09-13 13:17:32.871 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration$$EnhancerBySpringCGLIB$$da892e12
2017-09-13 13:17:32.871 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration$$EnhancerBySpringCGLIB$$da892e12'
2017-09-13 13:17:32.873 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration$$EnhancerBySpringCGLIB$$d630f69c
2017-09-13 13:17:32.874 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration$$EnhancerBySpringCGLIB$$d630f69c'
2017-09-13 13:17:32.875 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration$$EnhancerBySpringCGLIB$$270af1e3
2017-09-13 13:17:32.875 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration$$EnhancerBySpringCGLIB$$270af1e3'
2017-09-13 13:17:32.877 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassEnhancer : Successfully enhanced org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$$EnhancerBySpringCGLIB$$307a9f7f
2017-09-13 13:17:32.877 DEBUG 3436 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$$EnhancerBySpringCGLIB$$307a9f7f'
2017-09-13 13:17:32.878 DEBUG 3436 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding PropertySource 'applicationConfig: [classpath:/application.properties]' with search precedence immediately lower than 'applicationConfigurationProperties'
2017-09-13 13:17:32.878 DEBUG 3436 --- [ main] o.s.w.c.s.StandardServletEnvironment : Removing PropertySource 'applicationConfigurationProperties'
2017-09-13 13:17:32.878 DEBUG 3436 --- [ main] o.s.w.c.s.StandardServletEnvironment : Removing PropertySource 'defaultProperties'
2017-09-13 13:17:32.878 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
2017-09-13 13:17:32.878 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'propertySourcesPlaceholderConfigurer'
2017-09-13 13:17:32.880 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'propertySourcesPlaceholderConfigurer' to allow for resolving potential circular references
2017-09-13 13:17:32.888 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'propertySourcesPlaceholderConfigurer'
2017-09-13 13:17:32.888 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'environmentProperties' with lowest search precedence
2017-09-13 13:17:32.888 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'localProperties' with lowest search precedence
2017-09-13 13:17:32.891 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletComponentRegisteringPostProcessor'
2017-09-13 13:17:32.891 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'servletComponentRegisteringPostProcessor'
2017-09-13 13:17:32.895 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'servletComponentRegisteringPostProcessor' to allow for resolving potential circular references
2017-09-13 13:17:32.898 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'servletComponentRegisteringPostProcessor'
2017-09-13 13:17:32.898 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store'
2017-09-13 13:17:32.898 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store'
2017-09-13 13:17:32.898 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store' to allow for resolving potential circular references
2017-09-13 13:17:32.900 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store'
2017-09-13 13:17:32.900 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
2017-09-13 13:17:32.900 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'preserveErrorControllerTargetClassPostProcessor'
2017-09-13 13:17:32.900 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'preserveErrorControllerTargetClassPostProcessor' to allow for resolving potential circular references
2017-09-13 13:17:32.902 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'preserveErrorControllerTargetClassPostProcessor'
2017-09-13 13:17:32.902 DEBUG 3436 --- [ main] o.s.core.env.StandardEnvironment : Adding PropertySource 'systemProperties' with lowest search precedence
2017-09-13 13:17:32.903 DEBUG 3436 --- [ main] o.s.core.env.StandardEnvironment : Adding PropertySource 'systemEnvironment' with lowest search precedence
2017-09-13 13:17:32.903 DEBUG 3436 --- [ main] o.s.core.env.StandardEnvironment : Initialized StandardEnvironment with PropertySources [MapPropertySource@2143139988 {name='systemProperties', properties={java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_131\jre\bin, java.vm.version=25.131-b11, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=US, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, PID=3436, java.vm.specification.name=Java Virtual Machine Specification, user.dir=E:\project_amanah\Training\java-web-services-training\jws103-2, java.runtime.version=1.8.0_131-b11, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, org.jboss.logging.provider=slf4j, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_131\jre\lib\endorsed, os.arch=amd64, java.io.tmpdir=C:\Users\ceefour\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, spring.beaninfo.ignore=true, java.library.path=C:\Program Files\Java\jdk1.8.0_131\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\ImageMagick-6.9.3-Q16;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\bin\Intel64;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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:\Users\ceefour\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;E:\maven\bin;E:\ffmpeg\bin;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files\PostgreSQL\9.6\bin;C:\Program Files\MongoDB\Server\3.2\bin;C:\Users\ceefour\AppData\Local\Android\sdk\build-tools\23.0.2;C:\Users\ceefour\AppData\Local\Android\sdk\platform-tools;D:\clojure;E:\ant\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\sbt\bin;D:\maven\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Pandoc\;C:\Program Files\IBM\Bluemix\bin;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files\Cloud Foundry;C:\Program Files\Redis\;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Yarn\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Grsync\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\ceefour\AppData\Roaming\Python\Scripts;C:\Program Files\nodejs\;E:\MATLAB_R2014b\bin;C:\Ruby23-x64\bin;C:\Users\ceefour\.lein\bin;C:\Program Files\Docker Toolbox;C:\mbrola;C:\Program Files (x86)\eSpeak\command_line;C:\Users\ceefour\AppData\Roaming\Composer\vendor\bin;C:\Users\ceefour\AppData\Local\Microsoft\WindowsApps;D:\gradle\bin;C:\Program Files (x86)\Pandoc;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files (x86)\Google\google_appengine\;C:\Users\ceefour\AppData\Local\Yarn\.bin;C:\Program Files\Microsoft VS Code\bin;C:\Users\ceefour\AppData\Roaming\npm;., java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\ceefour, user.timezone=Asia/Bangkok, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=UTF-8, java.specification.version=1.8, java.class.path=C:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes;D:\m2_repository\com\google\guava\guava\23.0\guava-23.0.jar;D:\m2_repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;D:\m2_repository\com\google\errorprone\error_prone_annotations\2.0.18\error_prone_annotations-2.0.18.jar;D:\m2_repository\com\google\j2objc\j2objc-annotations\1.1\j2objc-annotations-1.1.jar;D:\m2_repository\org\codehaus\mojo\animal-sniffer-annotations\1.14\animal-sniffer-annotations-1.14.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-web\1.5.7.RELEASE\spring-boot-starter-web-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter\1.5.7.RELEASE\spring-boot-starter-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot\1.5.7.RELEASE\spring-boot-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-autoconfigure\1.5.7.RELEASE\spring-boot-autoconfigure-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-logging\1.5.7.RELEASE\spring-boot-starter-logging-1.5.7.RELEASE.jar;D:\m2_repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;D:\m2_repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;D:\m2_repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;D:\m2_repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;D:\m2_repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;D:\m2_repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.7.RELEASE\spring-boot-starter-tomcat-1.5.7.RELEASE.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.20\tomcat-embed-core-8.5.20.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.20\tomcat-embed-el-8.5.20.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.20\tomcat-embed-websocket-8.5.20.jar;D:\m2_repository\org\hibernate\hibernate-validator\5.3.5.Final\hibernate-validator-5.3.5.Final.jar;D:\m2_repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;D:\m2_repository\org\jboss\logging\jboss-logging\3.3.1.Final\jboss-logging-3.3.1.Final.jar;D:\m2_repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-databind\2.8.10\jackson-databind-2.8.10.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-core\2.8.10\jackson-core-2.8.10.jar;D:\m2_repository\org\springframework\spring-web\4.3.11.RELEASE\spring-web-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-aop\4.3.11.RELEASE\spring-aop-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-beans\4.3.11.RELEASE\spring-beans-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-context\4.3.11.RELEASE\spring-context-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-webmvc\4.3.11.RELEASE\spring-webmvc-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-expression\4.3.11.RELEASE\spring-expression-4.3.11.RELEASE.jar;D:\m2_repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;D:\m2_repository\org\springframework\spring-core\4.3.11.RELEASE\spring-core-4.3.11.RELEASE.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2.3\lib\idea_rt.jar, user.name=ceefour, java.vm.specification.version=1.8, sun.java.command=com.hendyirawan.jws1032.Jws1032Application --debug, java.home=C:\Program Files\Java\jdk1.8.0_131\jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_131, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_131\jre\classes, java.awt.headless=true, java.vendor=Oracle Corporation, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@813823788 {name='systemEnvironment', properties={PATH=C:\Program Files\ImageMagick-6.9.3-Q16;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\bin\Intel64;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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:\Users\ceefour\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;E:\maven\bin;E:\ffmpeg\bin;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files\PostgreSQL\9.6\bin;C:\Program Files\MongoDB\Server\3.2\bin;C:\Users\ceefour\AppData\Local\Android\sdk\build-tools\23.0.2;C:\Users\ceefour\AppData\Local\Android\sdk\platform-tools;D:\clojure;E:\ant\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\sbt\bin;D:\maven\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Pandoc\;C:\Program Files\IBM\Bluemix\bin;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files\Cloud Foundry;C:\Program Files\Redis\;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Yarn\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Grsync\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\ceefour\AppData\Roaming\Python\Scripts;C:\Program Files\nodejs\;E:\MATLAB_R2014b\bin;C:\Ruby23-x64\bin;C:\Users\ceefour\.lein\bin;C:\Program Files\Docker Toolbox;C:\mbrola;C:\Program Files (x86)\eSpeak\command_line;C:\Users\ceefour\AppData\Roaming\Composer\vendor\bin;C:\Users\ceefour\AppData\Local\Microsoft\WindowsApps;D:\gradle\bin;C:\Program Files (x86)\Pandoc;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files (x86)\Google\google_appengine\;C:\Users\ceefour\AppData\Local\Yarn\.bin;C:\Program Files\Microsoft VS Code\bin;C:\Users\ceefour\AppData\Roaming\npm, USERDOMAIN_ROAMINGPROFILE=AMANAHWIN, PROCESSOR_LEVEL=6, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, POSTGIS_GDAL_ENABLED_DRIVERS=GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, GDAL_DATA=C:\Program Files\PostgreSQL\9.6\gdal-data, INTEL_DEV_REDIST=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\, PROCESSOR_ARCHITECTURE=AMD64, MIC_LD_LIBRARY_PATH=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\compiler\lib\intel64_win_mic, ANDROID_HOME=C:\Users\ceefour\AppData\Local\Android\sdk, INTEL_LICENSE_FILE=C:\Program Files (x86)\Common Files\Intel\Licenses, PSModulePath=C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\WindowsPowerShell\Modules\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ResourceManager\AzureResourceManager\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement\;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\GoogleCloudPowerShell, SystemDrive=C:, =E:=E:\, MOZ_PLUGIN_PATH=C:\PROGRAM FILES (X86)\FOXIT SOFTWARE\FOXIT READER\plugins\, POSTGIS_ENABLE_OUTDB_RASTERS=1, USERNAME=ceefour, ProgramFiles(x86)=C:\Program Files (x86), FPS_BROWSER_USER_PROFILE_STRING=Default, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, ProgramData=C:\ProgramData, =F:=F:\, ProgramW6432=C:\Program Files, HOMEPATH=\Users\ceefour, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel, ProgramFiles=C:\Program Files, PUBLIC=C:\Users\Public, windir=C:\WINDOWS, =::=::\, GEOSERVER_DATA_DIR=C:\Program Files (x86)\GeoServer 2.10.0\data_dir, C_EM64T_REDIST11=C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\, LOCALAPPDATA=C:\Users\ceefour\AppData\Local, ChocolateyLastPathUpdate=Jum Des 16 21:59:28 2016, USERDOMAIN=AMANAHWIN, FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, LOGONSERVER=\\AMANAHWIN, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_131, FSHARPINSTALLDIR=C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\, ERLANG_HOME=C:\Program Files\erl7.2.1, OneDrive=E:\OneDrive, APPDATA=C:\Users\ceefour\AppData\Roaming, GTK_BASEPATH=C:\Program Files (x86)\GtkSharp\2.12\, ChocolateyInstall=C:\ProgramData\chocolatey, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, CommonProgramFiles=C:\Program Files\Common Files, OS=Windows_NT, COMPUTERNAME=AMANAHWIN, SBT_HOME=C:\Program Files (x86)\sbt\, PROCESSOR_REVISION=5e03, CommonProgramW6432=C:\Program Files\Common Files, ComSpec=C:\WINDOWS\system32\cmd.exe, =H:=H:\, =D:=D:\, GITHUB_OAUTH_TOKEN=24ba81c0b1fa8e3e339073c2b6d970f0676e66d0, SystemRoot=C:\WINDOWS, TEMP=C:\Users\ceefour\AppData\Local\Temp, GEOSERVER_HOME=C:\Program Files (x86)\GeoServer 2.10.0, HOMEDRIVE=C:, USERPROFILE=C:\Users\ceefour, TMP=C:\Users\ceefour\AppData\Local\Temp, CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files, NUMBER_OF_PROCESSORS=8, DOCKER_TOOLBOX_INSTALL_PATH=C:\Program Files\Docker Toolbox, HOME=C:\Users\ceefour}}]
2017-09-13 13:17:32.905 DEBUG 3436 --- [ main] .i.s.PathMatchingResourcePatternResolver : Resolved classpath location [com/hendyirawan/jws1032/] to resources [URL [file:/E:/project_amanah/Training/java-web-services-training/jws103-2/target/classes/com/hendyirawan/jws1032/]]
2017-09-13 13:17:32.905 DEBUG 3436 --- [ main] .i.s.PathMatchingResourcePatternResolver : Looking for matching resources in directory tree [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032]
2017-09-13 13:17:32.906 DEBUG 3436 --- [ main] .i.s.PathMatchingResourcePatternResolver : Searching directory [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032] for files matching pattern [E:/project_amanah/Training/java-web-services-training/jws103-2/target/classes/com/hendyirawan/jws1032/**/*.class]
2017-09-13 13:17:32.907 DEBUG 3436 --- [ main] .i.s.PathMatchingResourcePatternResolver : Resolved location pattern [classpath*:com/hendyirawan/jws1032/**/*.class] to resources [file [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032\CountriesServlet.class], file [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032\Country.class], file [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032\Jws1032Application.class]]
2017-09-13 13:17:32.909 DEBUG 3436 --- [ main] ssPathScanningCandidateComponentProvider : Identified candidate component class: file [E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes\com\hendyirawan\jws1032\CountriesServlet.class]
2017-09-13 13:17:32.915 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2017-09-13 13:17:32.915 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2017-09-13 13:17:32.916 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
2017-09-13 13:17:32.920 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2017-09-13 13:17:32.920 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2017-09-13 13:17:32.920 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2017-09-13 13:17:32.921 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
2017-09-13 13:17:32.924 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2017-09-13 13:17:32.925 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2017-09-13 13:17:32.925 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2017-09-13 13:17:32.927 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
2017-09-13 13:17:32.932 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2017-09-13 13:17:32.932 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
2017-09-13 13:17:32.932 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
2017-09-13 13:17:32.932 DEBUG 3436 --- [ main] o.s.core.env.StandardEnvironment : Adding PropertySource 'systemProperties' with lowest search precedence
2017-09-13 13:17:32.932 DEBUG 3436 --- [ main] o.s.core.env.StandardEnvironment : Adding PropertySource 'systemEnvironment' with lowest search precedence
2017-09-13 13:17:32.932 DEBUG 3436 --- [ main] o.s.core.env.StandardEnvironment : Initialized StandardEnvironment with PropertySources [MapPropertySource@286649365 {name='systemProperties', properties={java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_131\jre\bin, java.vm.version=25.131-b11, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=US, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, PID=3436, java.vm.specification.name=Java Virtual Machine Specification, user.dir=E:\project_amanah\Training\java-web-services-training\jws103-2, java.runtime.version=1.8.0_131-b11, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, org.jboss.logging.provider=slf4j, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_131\jre\lib\endorsed, os.arch=amd64, java.io.tmpdir=C:\Users\ceefour\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, spring.beaninfo.ignore=true, java.library.path=C:\Program Files\Java\jdk1.8.0_131\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\ImageMagick-6.9.3-Q16;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\bin\Intel64;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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:\Users\ceefour\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;E:\maven\bin;E:\ffmpeg\bin;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files\PostgreSQL\9.6\bin;C:\Program Files\MongoDB\Server\3.2\bin;C:\Users\ceefour\AppData\Local\Android\sdk\build-tools\23.0.2;C:\Users\ceefour\AppData\Local\Android\sdk\platform-tools;D:\clojure;E:\ant\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\sbt\bin;D:\maven\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Pandoc\;C:\Program Files\IBM\Bluemix\bin;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files\Cloud Foundry;C:\Program Files\Redis\;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Yarn\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Grsync\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\ceefour\AppData\Roaming\Python\Scripts;C:\Program Files\nodejs\;E:\MATLAB_R2014b\bin;C:\Ruby23-x64\bin;C:\Users\ceefour\.lein\bin;C:\Program Files\Docker Toolbox;C:\mbrola;C:\Program Files (x86)\eSpeak\command_line;C:\Users\ceefour\AppData\Roaming\Composer\vendor\bin;C:\Users\ceefour\AppData\Local\Microsoft\WindowsApps;D:\gradle\bin;C:\Program Files (x86)\Pandoc;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files (x86)\Google\google_appengine\;C:\Users\ceefour\AppData\Local\Yarn\.bin;C:\Program Files\Microsoft VS Code\bin;C:\Users\ceefour\AppData\Roaming\npm;., java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\ceefour, user.timezone=Asia/Bangkok, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=UTF-8, java.specification.version=1.8, java.class.path=C:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;E:\project_amanah\Training\java-web-services-training\jws103-2\target\classes;D:\m2_repository\com\google\guava\guava\23.0\guava-23.0.jar;D:\m2_repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;D:\m2_repository\com\google\errorprone\error_prone_annotations\2.0.18\error_prone_annotations-2.0.18.jar;D:\m2_repository\com\google\j2objc\j2objc-annotations\1.1\j2objc-annotations-1.1.jar;D:\m2_repository\org\codehaus\mojo\animal-sniffer-annotations\1.14\animal-sniffer-annotations-1.14.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-web\1.5.7.RELEASE\spring-boot-starter-web-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter\1.5.7.RELEASE\spring-boot-starter-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot\1.5.7.RELEASE\spring-boot-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-autoconfigure\1.5.7.RELEASE\spring-boot-autoconfigure-1.5.7.RELEASE.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-logging\1.5.7.RELEASE\spring-boot-starter-logging-1.5.7.RELEASE.jar;D:\m2_repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;D:\m2_repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;D:\m2_repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;D:\m2_repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;D:\m2_repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;D:\m2_repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;D:\m2_repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.7.RELEASE\spring-boot-starter-tomcat-1.5.7.RELEASE.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.20\tomcat-embed-core-8.5.20.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.20\tomcat-embed-el-8.5.20.jar;D:\m2_repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.20\tomcat-embed-websocket-8.5.20.jar;D:\m2_repository\org\hibernate\hibernate-validator\5.3.5.Final\hibernate-validator-5.3.5.Final.jar;D:\m2_repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;D:\m2_repository\org\jboss\logging\jboss-logging\3.3.1.Final\jboss-logging-3.3.1.Final.jar;D:\m2_repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-databind\2.8.10\jackson-databind-2.8.10.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;D:\m2_repository\com\fasterxml\jackson\core\jackson-core\2.8.10\jackson-core-2.8.10.jar;D:\m2_repository\org\springframework\spring-web\4.3.11.RELEASE\spring-web-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-aop\4.3.11.RELEASE\spring-aop-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-beans\4.3.11.RELEASE\spring-beans-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-context\4.3.11.RELEASE\spring-context-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-webmvc\4.3.11.RELEASE\spring-webmvc-4.3.11.RELEASE.jar;D:\m2_repository\org\springframework\spring-expression\4.3.11.RELEASE\spring-expression-4.3.11.RELEASE.jar;D:\m2_repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;D:\m2_repository\org\springframework\spring-core\4.3.11.RELEASE\spring-core-4.3.11.RELEASE.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2.3\lib\idea_rt.jar, user.name=ceefour, java.vm.specification.version=1.8, sun.java.command=com.hendyirawan.jws1032.Jws1032Application --debug, java.home=C:\Program Files\Java\jdk1.8.0_131\jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_131, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_131\jre\classes, java.awt.headless=true, java.vendor=Oracle Corporation, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@137275020 {name='systemEnvironment', properties={PATH=C:\Program Files\ImageMagick-6.9.3-Q16;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\bin\Intel64;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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:\Users\ceefour\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;E:\maven\bin;E:\ffmpeg\bin;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files\PostgreSQL\9.6\bin;C:\Program Files\MongoDB\Server\3.2\bin;C:\Users\ceefour\AppData\Local\Android\sdk\build-tools\23.0.2;C:\Users\ceefour\AppData\Local\Android\sdk\platform-tools;D:\clojure;E:\ant\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\sbt\bin;D:\maven\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Pandoc\;C:\Program Files\IBM\Bluemix\bin;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files\Cloud Foundry;C:\Program Files\Redis\;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Yarn\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Grsync\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\ceefour\AppData\Roaming\Python\Scripts;C:\Program Files\nodejs\;E:\MATLAB_R2014b\bin;C:\Ruby23-x64\bin;C:\Users\ceefour\.lein\bin;C:\Program Files\Docker Toolbox;C:\mbrola;C:\Program Files (x86)\eSpeak\command_line;C:\Users\ceefour\AppData\Roaming\Composer\vendor\bin;C:\Users\ceefour\AppData\Local\Microsoft\WindowsApps;D:\gradle\bin;C:\Program Files (x86)\Pandoc;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files (x86)\Google\google_appengine\;C:\Users\ceefour\AppData\Local\Yarn\.bin;C:\Program Files\Microsoft VS Code\bin;C:\Users\ceefour\AppData\Roaming\npm, USERDOMAIN_ROAMINGPROFILE=AMANAHWIN, PROCESSOR_LEVEL=6, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, POSTGIS_GDAL_ENABLED_DRIVERS=GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, GDAL_DATA=C:\Program Files\PostgreSQL\9.6\gdal-data, INTEL_DEV_REDIST=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\, PROCESSOR_ARCHITECTURE=AMD64, MIC_LD_LIBRARY_PATH=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\compiler\lib\intel64_win_mic, ANDROID_HOME=C:\Users\ceefour\AppData\Local\Android\sdk, INTEL_LICENSE_FILE=C:\Program Files (x86)\Common Files\Intel\Licenses, PSModulePath=C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\WindowsPowerShell\Modules\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ResourceManager\AzureResourceManager\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement\;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\GoogleCloudPowerShell, SystemDrive=C:, =E:=E:\, MOZ_PLUGIN_PATH=C:\PROGRAM FILES (X86)\FOXIT SOFTWARE\FOXIT READER\plugins\, POSTGIS_ENABLE_OUTDB_RASTERS=1, USERNAME=ceefour, ProgramFiles(x86)=C:\Program Files (x86), FPS_BROWSER_USER_PROFILE_STRING=Default, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, ProgramData=C:\ProgramData, =F:=F:\, ProgramW6432=C:\Program Files, HOMEPATH=\Users\ceefour, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel, ProgramFiles=C:\Program Files, PUBLIC=C:\Users\Public, windir=C:\WINDOWS, =::=::\, GEOSERVER_DATA_DIR=C:\Program Files (x86)\GeoServer 2.10.0\data_dir, C_EM64T_REDIST11=C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\, LOCALAPPDATA=C:\Users\ceefour\AppData\Local, ChocolateyLastPathUpdate=Jum Des 16 21:59:28 2016, USERDOMAIN=AMANAHWIN, FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, LOGONSERVER=\\AMANAHWIN, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_131, FSHARPINSTALLDIR=C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\, ERLANG_HOME=C:\Program Files\erl7.2.1, OneDrive=E:\OneDrive, APPDATA=C:\Users\ceefour\AppData\Roaming, GTK_BASEPATH=C:\Program Files (x86)\GtkSharp\2.12\, ChocolateyInstall=C:\ProgramData\chocolatey, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, CommonProgramFiles=C:\Program Files\Common Files, OS=Windows_NT, COMPUTERNAME=AMANAHWIN, SBT_HOME=C:\Program Files (x86)\sbt\, PROCESSOR_REVISION=5e03, CommonProgramW6432=C:\Program Files\Common Files, ComSpec=C:\WINDOWS\system32\cmd.exe, =H:=H:\, =D:=D:\, GITHUB_OAUTH_TOKEN=24ba81c0b1fa8e3e339073c2b6d970f0676e66d0, SystemRoot=C:\WINDOWS, TEMP=C:\Users\ceefour\AppData\Local\Temp, GEOSERVER_HOME=C:\Program Files (x86)\GeoServer 2.10.0, HOMEDRIVE=C:, USERPROFILE=C:\Users\ceefour, TMP=C:\Users\ceefour\AppData\Local\Temp, CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files, NUMBER_OF_PROCESSORS=8, DOCKER_TOOLBOX_INSTALL_PATH=C:\Program Files\Docker Toolbox, HOME=C:\Users\ceefour}}]
2017-09-13 13:17:32.934 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' to allow for resolving potential circular references
2017-09-13 13:17:32.941 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store'
2017-09-13 13:17:32.941 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Invoking afterPropertiesSet() on bean with name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
2017-09-13 13:17:32.942 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'propertySourcesPlaceholderConfigurer'
2017-09-13 13:17:32.944 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
2017-09-13 13:17:32.944 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'methodValidationPostProcessor'
2017-09-13 13:17:32.944 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'methodValidationPostProcessor'
2017-09-13 13:17:32.948 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'environment'
2017-09-13 13:17:32.956 DEBUG 3436 --- [ main] o.s.aop.framework.JdkDynamicAopProxy : Creating JDK dynamic proxy: target source is org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver$1@d771cc9
2017-09-13 13:17:32.959 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment'
2017-09-13 13:17:32.964 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'methodValidationPostProcessor' to allow for resolving potential circular references
2017-09-13 13:17:32.973 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Invoking afterPropertiesSet() on bean with name 'methodValidationPostProcessor'
2017-09-13 13:17:32.987 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'methodValidationPostProcessor'
2017-09-13 13:17:32.987 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'embeddedServletContainerCustomizerBeanPostProcessor'
2017-09-13 13:17:32.987 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'embeddedServletContainerCustomizerBeanPostProcessor'
2017-09-13 13:17:32.991 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'embeddedServletContainerCustomizerBeanPostProcessor' to allow for resolving potential circular references
2017-09-13 13:17:32.995 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'embeddedServletContainerCustomizerBeanPostProcessor'
2017-09-13 13:17:32.996 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
2017-09-13 13:17:32.996 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'errorPageRegistrarBeanPostProcessor'
2017-09-13 13:17:32.997 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'errorPageRegistrarBeanPostProcessor' to allow for resolving potential circular references
2017-09-13 13:17:33.000 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'errorPageRegistrarBeanPostProcessor'
2017-09-13 13:17:33.003 DEBUG 3436 --- [ main] ationConfigEmbeddedWebApplicationContext : Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5c2375a9]
2017-09-13 13:17:33.003 DEBUG 3436 --- [ main] ationConfigEmbeddedWebApplicationContext : Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@60129b9a]
2017-09-13 13:17:33.009 DEBUG 3436 --- [ main] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@67545b57]
2017-09-13 13:17:33.010 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatEmbeddedServletContainerFactory'
2017-09-13 13:17:33.010 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'tomcatEmbeddedServletContainerFactory'
2017-09-13 13:17:33.011 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat'
2017-09-13 13:17:33.011 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat'
2017-09-13 13:17:33.012 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' to allow for resolving potential circular references
2017-09-13 13:17:33.018 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat'
2017-09-13 13:17:33.055 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'tomcatEmbeddedServletContainerFactory' to allow for resolving potential circular references
2017-09-13 13:17:33.068 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketContainerCustomizer'
2017-09-13 13:17:33.068 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'websocketContainerCustomizer'
2017-09-13 13:17:33.068 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration'
2017-09-13 13:17:33.068 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration'
2017-09-13 13:17:33.068 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' to allow for resolving potential circular references
2017-09-13 13:17:33.071 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration'
2017-09-13 13:17:33.076 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'websocketContainerCustomizer' to allow for resolving potential circular references
2017-09-13 13:17:33.078 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'websocketContainerCustomizer'
2017-09-13 13:17:33.079 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
2017-09-13 13:17:33.079 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'localeCharsetMappingsCustomizer'
2017-09-13 13:17:33.079 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration'
2017-09-13 13:17:33.079 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration'
2017-09-13 13:17:33.079 DEBUG 3436 --- [ main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration$$EnhancerBySpringCGLIB$$f6c7e177] - unable to determine constructor/method parameter names
2017-09-13 13:17:33.080 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties'
2017-09-13 13:17:33.080 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties'
2017-09-13 13:17:33.080 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties' to allow for resolving potential circular references
2017-09-13 13:17:33.152 DEBUG 3436 --- [ main] o.s.b.f.annotation.InjectionMetadata : Processing injected element of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': AutowiredMethodElement for public void org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.setConverters(java.util.List)
2017-09-13 13:17:33.154 DEBUG 3436 --- [ main] o.s.b.f.annotation.InjectionMetadata : Processing injected element of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': AutowiredMethodElement for public void org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.setGenericConverters(java.util.List)
2017-09-13 13:17:33.155 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'commandLineArgs' with lowest search precedence
2017-09-13 13:17:33.155 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'servletConfigInitParams' with lowest search precedence
2017-09-13 13:17:33.155 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'servletContextInitParams' with lowest search precedence
2017-09-13 13:17:33.155 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'systemProperties' with lowest search precedence
2017-09-13 13:17:33.155 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'systemEnvironment' with lowest search precedence
2017-09-13 13:17:33.155 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'random' with lowest search precedence
2017-09-13 13:17:33.155 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'applicationConfig: [classpath:/application.properties]' with lowest search precedence
2017-09-13 13:17:33.155 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'localProperties' with lowest search precedence
2017-09-13 13:17:33.156 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties'
2017-09-13 13:17:33.156 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' via constructor to bean named 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties'
2017-09-13 13:17:33.157 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' to allow for resolving potential circular references
2017-09-13 13:17:33.162 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration'
2017-09-13 13:17:33.166 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'localeCharsetMappingsCustomizer' to allow for resolving potential circular references
2017-09-13 13:17:33.168 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'localeCharsetMappingsCustomizer'
2017-09-13 13:17:33.168 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'serverProperties'
2017-09-13 13:17:33.168 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'serverProperties'
2017-09-13 13:17:33.168 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration'
2017-09-13 13:17:33.168 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration'
2017-09-13 13:17:33.168 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' to allow for resolving potential circular references
2017-09-13 13:17:33.170 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration'
2017-09-13 13:17:33.183 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'serverProperties' to allow for resolving potential circular references
2017-09-13 13:17:33.190 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'commandLineArgs' with lowest search precedence
2017-09-13 13:17:33.190 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'servletConfigInitParams' with lowest search precedence
2017-09-13 13:17:33.190 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'servletContextInitParams' with lowest search precedence
2017-09-13 13:17:33.190 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'systemProperties' with lowest search precedence
2017-09-13 13:17:33.190 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'systemEnvironment' with lowest search precedence
2017-09-13 13:17:33.190 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'random' with lowest search precedence
2017-09-13 13:17:33.190 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'applicationConfig: [classpath:/application.properties]' with lowest search precedence
2017-09-13 13:17:33.190 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'localProperties' with lowest search precedence
2017-09-13 13:17:33.192 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'serverProperties'
2017-09-13 13:17:33.192 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'duplicateServerPropertiesDetector'
2017-09-13 13:17:33.193 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'duplicateServerPropertiesDetector'
2017-09-13 13:17:33.193 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration'
2017-09-13 13:17:33.194 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'duplicateServerPropertiesDetector' to allow for resolving potential circular references
2017-09-13 13:17:33.198 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'duplicateServerPropertiesDetector'
2017-09-13 13:17:33.203 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer'
2017-09-13 13:17:33.203 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'errorPageCustomizer'
2017-09-13 13:17:33.203 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration'
2017-09-13 13:17:33.203 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration'
2017-09-13 13:17:33.204 DEBUG 3436 --- [ main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$d5d684c0] - unable to determine constructor/method parameter names
2017-09-13 13:17:33.204 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'serverProperties'
2017-09-13 13:17:33.207 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' via constructor to bean named 'serverProperties'
2017-09-13 13:17:33.208 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver'
2017-09-13 13:17:33.208 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'conventionErrorViewResolver'
2017-09-13 13:17:33.208 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
2017-09-13 13:17:33.208 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
2017-09-13 13:17:33.208 DEBUG 3436 --- [ main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration$$EnhancerBySpringCGLIB$$e2738e20] - unable to determine constructor/method parameter names
2017-09-13 13:17:33.209 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2017-09-13 13:17:33.209 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2017-09-13 13:17:33.210 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' to allow for resolving potential circular references
2017-09-13 13:17:33.214 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'commandLineArgs' with lowest search precedence
2017-09-13 13:17:33.214 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'servletConfigInitParams' with lowest search precedence
2017-09-13 13:17:33.214 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'servletContextInitParams' with lowest search precedence
2017-09-13 13:17:33.214 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'systemProperties' with lowest search precedence
2017-09-13 13:17:33.214 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'systemEnvironment' with lowest search precedence
2017-09-13 13:17:33.214 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'random' with lowest search precedence
2017-09-13 13:17:33.214 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'applicationConfig: [classpath:/application.properties]' with lowest search precedence
2017-09-13 13:17:33.214 DEBUG 3436 --- [ main] o.s.core.env.MutablePropertySources : Adding PropertySource 'localProperties' with lowest search precedence
2017-09-13 13:17:33.215 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2017-09-13 13:17:33.215 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1442d7b5'
2017-09-13 13:17:33.215 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2017-09-13 13:17:33.216 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' to allow for resolving potential circular references
2017-09-13 13:17:33.218 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
2017-09-13 13:17:33.225 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'conventionErrorViewResolver' to allow for resolving potential circular references
2017-09-13 13:17:33.228 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'conventionErrorViewResolver'
2017-09-13 13:17:33.235 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' to allow for resolving potential circular references
2017-09-13 13:17:33.238 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration'
2017-09-13 13:17:33.243 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Eagerly caching bean 'errorPageCustomizer' to allow for resolving potential circular references
2017-09-13 13:17:33.247 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'errorPageCustomizer'
2017-09-13 13:17:33.247 DEBUG 3436 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'tomcatEmbeddedServletContainerFactory'
************ LONG PAUSE HERE *************************
2017-09-13 13:17:54.066 DEBUG 3436 --- [ main] .t.TomcatEmbeddedServletContainerFactory : Code archive: D:\m2_repository\org\springframework\boot\spring-boot\1.5.7.RELEASE\spring-boot-1.5.7.RELEASE.jar
2017-09-13 13:17:54.067 DEBUG 3436 --- [ main] .t.TomcatEmbeddedServletContainerFactory : Code archive: D:\m2_repository\org\springframework\boot\spring-boot\1.5.7.RELEASE\spring-boot-1.5.7.RELEASE.jar
2017-09-13 13:17:54.067 DEBUG 3436 --- [ main] .t.TomcatEmbeddedServletContainerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
2017-09-13 13:17:54.119 INFO 3436 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2017-09-13 13:17:54.134 INFO 3436 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2017-09-13 13:17:54.136 INFO 3436 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.20
2017-09-13 13:17:54.286 INFO 3436 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
...
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Very slow Spring Boot application startup - Stack Overflow
This reduced our startup time from about 100 seconds down to 12. Share.
Read more >Speed up Spring Boot Startup Time - Baeldung
In this tutorial, we'll cover different configurations and setups that can help decrease Spring Boot startup time.
Read more >Spring AMQP
When the application is configured with a single CachingConnectionFactory , as it is by default with Spring Boot auto-configuration, the application stops ......
Read more >Intellij freezes when running debug on Mac : IDEA-157303
IDEA-154202 IDEA freezes for 30 second after starting debugging ... freeze on starting with debugger. 2. N. IDEA-188626 Spring Boot server slow start...
Read more >Dynos and the Dyno Manager | Heroku Dev Center
The application processes have 30 seconds to shut down cleanly (ideally, they will do so more quickly than that). During this time they...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@snicoll here’s thread report:
It does seem the 20 seconds pause happen during
java.net.NetworkInterface.getAll(NetworkInterface.java:-1)
. I tried unpausing and re-pausing and it’s still there…Windows 10 64bit, run from IDEA Oracle JDK 8u131 64bit