Last active
April 22, 2020 06:09
-
-
Save lokeshh/d111c1429323ddf6e4a8d020526ceccb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(base) ➜ library git:(master) ✗ mvn spring-boot:run | |
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------< com.example:library >------------------------- | |
[INFO] Building library 0.0.1-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] >>> spring-boot-maven-plugin:2.2.0.RELEASE:run (default-cli) > test-compile @ library >>> | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ library --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 1 resource | |
[INFO] Copying 0 resource | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ library --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ library --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/bluecoin/Desktop/spring_tutorial/library/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ library --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] <<< spring-boot-maven-plugin:2.2.0.RELEASE:run (default-cli) < test-compile @ library <<< | |
[INFO] | |
[INFO] | |
[INFO] --- spring-boot-maven-plugin:2.2.0.RELEASE:run (default-cli) @ library --- | |
[INFO] Attaching agents: [] | |
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true | |
. ____ _ __ _ _ | |
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
' |____| .__|_| |_|_| |_\__, | / / / / | |
=========|_|==============|___/=/_/_/_/ | |
:: Spring Boot :: (v2.2.0.RELEASE) | |
2020-04-21 17:59:23.264 INFO 64289 --- [ restartedMain] com.example.library.LibraryApplication : Starting LibraryApplication on kali with PID 64289 (/home/bluecoin/Desktop/spring_tutorial/library/target/classes started by bluecoin in /home/bluecoin/Desktop/spring_tutorial/library) | |
2020-04-21 17:59:23.268 INFO 64289 --- [ restartedMain] com.example.library.LibraryApplication : No active profile set, falling back to default profiles: default | |
2020-04-21 17:59:23.326 INFO 64289 --- [ restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in /home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar referenced one or more files that do not exist: file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jakarta.xml.bind-api-2.3.2.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/txw2-2.3.2.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/istack-commons-runtime-3.0.8.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/stax-ex-1.8.1.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/FastInfoset-1.2.16.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jakarta.activation-api-1.2.1.jar | |
2020-04-21 17:59:23.326 INFO 64289 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable | |
2020-04-21 17:59:23.326 INFO 64289 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' | |
2020-04-21 17:59:24.820 INFO 64289 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. | |
2020-04-21 17:59:24.926 INFO 64289 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 78ms. Found 1 repository interfaces. | |
2020-04-21 17:59:25.442 INFO 64289 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2020-04-21 17:59:26.286 INFO 64289 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8089 (http) | |
2020-04-21 17:59:26.303 INFO 64289 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] | |
2020-04-21 17:59:26.303 INFO 64289 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.27] | |
2020-04-21 17:59:26.402 INFO 64289 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext | |
2020-04-21 17:59:26.402 INFO 64289 --- [ restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3075 ms | |
2020-04-21 17:59:26.801 INFO 64289 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... | |
2020-04-21 17:59:26.975 INFO 64289 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. | |
2020-04-21 17:59:26.982 INFO 64289 --- [ restartedMain] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test' | |
2020-04-21 17:59:27.667 INFO 64289 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] | |
2020-04-21 17:59:28.107 INFO 64289 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.4.6.Final} | |
2020-04-21 17:59:28.274 INFO 64289 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final} | |
2020-04-21 17:59:28.513 INFO 64289 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect | |
2020-04-21 17:59:29.708 INFO 64289 --- [ restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] | |
2020-04-21 17:59:29.747 INFO 64289 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' | |
2020-04-21 17:59:29.838 INFO 64289 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 | |
2020-04-21 17:59:31.333 WARN 64289 --- [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning | |
2020-04-21 17:59:31.607 INFO 64289 --- [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' | |
2020-04-21 17:59:32.699 INFO 64289 --- [ restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' | |
2020-04-21 17:59:32.880 INFO 64289 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8089 (http) with context path '' | |
2020-04-21 17:59:32.885 INFO 64289 --- [ restartedMain] com.example.library.LibraryApplication : Started LibraryApplication in 10.099 seconds (JVM running for 11.214) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(base) ➜ library git:(master) ✗ mvn spring-boot:run | |
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------< com.example:library >------------------------- | |
[INFO] Building library 0.0.1-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] >>> spring-boot-maven-plugin:2.2.0.RELEASE:run (default-cli) > test-compile @ library >>> | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ library --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 1 resource | |
[INFO] Copying 0 resource | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ library --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ library --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/bluecoin/Desktop/spring_tutorial/library/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ library --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] <<< spring-boot-maven-plugin:2.2.0.RELEASE:run (default-cli) < test-compile @ library <<< | |
[INFO] | |
[INFO] | |
[INFO] --- spring-boot-maven-plugin:2.2.0.RELEASE:run (default-cli) @ library --- | |
[INFO] Attaching agents: [] | |
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true | |
. ____ _ __ _ _ | |
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
' |____| .__|_| |_|_| |_\__, | / / / / | |
=========|_|==============|___/=/_/_/_/ | |
:: Spring Boot :: (v2.2.0.RELEASE) | |
2020-04-22 11:36:36.831 INFO 30400 --- [ restartedMain] com.example.library.LibraryApplication : Starting LibraryApplication on kali with PID 30400 (/home/bluecoin/Desktop/spring_tutorial/library/target/classes started by bluecoin in /home/bluecoin/Desktop/spring_tutorial/library) | |
2020-04-22 11:36:36.834 INFO 30400 --- [ restartedMain] com.example.library.LibraryApplication : No active profile set, falling back to default profiles: default | |
2020-04-22 11:36:36.901 INFO 30400 --- [ restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in /home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar referenced one or more files that do not exist: file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jakarta.xml.bind-api-2.3.2.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/txw2-2.3.2.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/istack-commons-runtime-3.0.8.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/stax-ex-1.8.1.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/FastInfoset-1.2.16.jar,file:/home/bluecoin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jakarta.activation-api-1.2.1.jar | |
2020-04-22 11:36:36.901 DEBUG 30400 --- [ restartedMain] o.s.b.devtools.restart.ChangeableUrls : Matching URLs for reloading : [file:/home/bluecoin/Desktop/spring_tutorial/library/target/classes/] | |
2020-04-22 11:36:36.901 DEBUG 30400 --- [ restartedMain] o.s.b.d.settings.DevToolsSettings : Included patterns for restart : [] | |
2020-04-22 11:36:36.901 DEBUG 30400 --- [ restartedMain] o.s.b.d.settings.DevToolsSettings : Excluded patterns for restart : [/spring-boot-actuator/target/classes/, /spring-boot-devtools/target/classes/, /spring-boot/target/classes/, /spring-boot-starter-[\w-]+/, /spring-boot-autoconfigure/target/classes/, /spring-boot-starter/target/classes/] | |
2020-04-22 11:36:36.901 INFO 30400 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable | |
2020-04-22 11:36:36.902 INFO 30400 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' | |
2020-04-22 11:36:37.422 TRACE 30400 --- [ restartedMain] o.s.b.d.a.OnEnabledDevToolsCondition : Condition OnEnabledDevToolsCondition on org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration matched due to Devtools devtools enabled. | |
2020-04-22 11:36:37.423 TRACE 30400 --- [ restartedMain] .s.b.d.r.OnInitializedRestarterCondition : Condition OnInitializedRestarterCondition on org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration matched due to Initialized Restarter Condition available and initialized | |
2020-04-22 11:36:37.733 INFO 30400 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. | |
2020-04-22 11:36:37.791 INFO 30400 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 48ms. Found 1 repository interfaces. | |
2020-04-22 11:36:37.868 TRACE 30400 --- [ restartedMain] o.s.b.d.a.OnEnabledDevToolsCondition : Condition OnEnabledDevToolsCondition on org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration matched due to Devtools devtools enabled. | |
2020-04-22 11:36:37.873 TRACE 30400 --- [ restartedMain] onfiguration$DevToolsDataSourceCondition : Condition DevToolsDataSourceAutoConfiguration.DevToolsDataSourceCondition on org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration matched due to DevTools DataSource Condition found auto-configured DataSource | |
2020-04-22 11:36:37.874 TRACE 30400 --- [ restartedMain] .s.b.d.r.OnInitializedRestarterCondition : Condition OnInitializedRestarterCondition on org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration matched due to Initialized Restarter Condition available and initialized | |
2020-04-22 11:36:38.080 INFO 30400 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2020-04-22 11:36:38.357 INFO 30400 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8089 (http) | |
2020-04-22 11:36:38.368 INFO 30400 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] | |
2020-04-22 11:36:38.369 INFO 30400 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.27] | |
2020-04-22 11:36:38.432 INFO 30400 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext | |
2020-04-22 11:36:38.432 INFO 30400 --- [ restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1530 ms | |
2020-04-22 11:36:38.593 INFO 30400 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... | |
2020-04-22 11:36:38.687 INFO 30400 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. | |
2020-04-22 11:36:38.691 INFO 30400 --- [ restartedMain] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test' | |
2020-04-22 11:36:39.000 INFO 30400 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] | |
2020-04-22 11:36:39.161 INFO 30400 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.4.6.Final} | |
2020-04-22 11:36:39.252 INFO 30400 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final} | |
2020-04-22 11:36:39.335 INFO 30400 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect | |
2020-04-22 11:36:39.849 INFO 30400 --- [ restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] | |
2020-04-22 11:36:39.855 INFO 30400 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' | |
2020-04-22 11:36:39.870 DEBUG 30400 --- [ restartedMain] o.s.b.d.livereload.LiveReloadServer : Starting live reload server on port 35729 | |
2020-04-22 11:36:39.873 INFO 30400 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 | |
2020-04-22 11:36:40.669 WARN 30400 --- [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning | |
2020-04-22 11:36:40.840 INFO 30400 --- [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' | |
2020-04-22 11:36:41.401 INFO 30400 --- [ restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' | |
2020-04-22 11:36:41.480 INFO 30400 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8089 (http) with context path '' | |
2020-04-22 11:36:41.482 INFO 30400 --- [ restartedMain] com.example.library.LibraryApplication : Started LibraryApplication in 5.112 seconds (JVM running for 5.701) | |
2020-04-22 11:36:41.519 DEBUG 30400 --- [ restartedMain] o.s.boot.devtools.restart.Restarter : Creating new Restarter for thread Thread[main,5,main] | |
2020-04-22 11:36:41.519 DEBUG 30400 --- [ restartedMain] o.s.boot.devtools.restart.Restarter : Immediately restarting application | |
2020-04-22 11:36:41.519 DEBUG 30400 --- [ restartedMain] o.s.boot.devtools.restart.Restarter : Created RestartClassLoader org.springframework.boot.devtools.restart.classloader.RestartClassLoader@702e94f5 | |
2020-04-22 11:36:41.519 DEBUG 30400 --- [ restartedMain] o.s.boot.devtools.restart.Restarter : Starting application com.example.library.LibraryApplication with URLs [file:/home/bluecoin/Desktop/spring_tutorial/library/target/classes/] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment