Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nischalkumar/7757633e13071ce0a03a6a7674c085d6 to your computer and use it in GitHub Desktop.
Save nischalkumar/7757633e13071ce0a03a6a7674c085d6 to your computer and use it in GitHub Desktop.
➜ historyboardapi git:(master) ✗ mvn clean install -DskipTests
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< com.HistoryBoard:api >------------------------
[INFO] Building api 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ api ---
[INFO] Deleting /Users/hari_om/coder/historyboardapi/target
[INFO]
diff --git a/pom.xml b/pom.xml
index 28319d9..48d0af3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 116 source files to /Users/hari_om/coder/historyboardapi/target/classes
[WARNING] /Users/hari_om/coder/historyboardapi/src/main/java/com/HistoryBoard/api/services/AmazonClient.java: /Users/hari_om/coder/historyboardapi/src/main/java/com/HistoryBoard/api/services/AmazonClient.java uses or overrides a deprecated API.
[WARNING] /Users/hari_om/coder/historyboardapi/src/main/java/com/HistoryBoard/api/services/AmazonClient.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/hari_om/coder/historyboardapi/src/main/java/com/HistoryBoard/api/services/validator/ValidatorService.java: /Users/hari_om/coder/historyboardapi/src/main/java/com/HistoryBoard/api/services/validator/ValidatorService.java uses unchecked or unsafe operations.
[WARNING] /Users/hari_om/coder/historyboardapi/src/main/java/com/HistoryBoard/api/services/validator/ValidatorService.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/hari_om/coder/historyboardapi/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/hari_om/coder/historyboardapi/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ api ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ api ---
[INFO] Building jar: /Users/hari_om/coder/historyboardapi/target/api-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ api ---
[INFO] Installing /Users/hari_om/coder/historyboardapi/target/api-0.0.1-SNAPSHOT.jar to /Users/hari_om/.m2/repository/com/HistoryBoard/api/0.0.1-SNAPSHOT/api-0.0.1-SNAPSHOT.jar
[INFO] Installing /Users/hari_om/coder/historyboardapi/pom.xml to /Users/hari_om/.m2/repository/com/HistoryBoard/api/0.0.1-SNAPSHOT/api-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26.012 s
[INFO] Finished at: 2018-06-27T01:42:40+05:30
[INFO] ------------------------------------------------------------------------
➜ historyboardapi git:(master) ✗ gst
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: pom.xml
no changes added to commit (use "git add" and/or "git commit -a")
➜ historyboardapi git:(master) ✗ gd
➜ historyboardapi git:(master) ✗ ga .
➜ historyboardapi git:(master) ✗ gcmsg 'fixed mapstruct lombok integration issue'
[master ced7b6c] fixed mapstruct lombok integration issue
1 file changed, 7 insertions(+), 27 deletions(-)
➜ historyboardapi git:(master) mvn spring-boot:run
^C% ➜ historyboardapi git:(master) mvn spring-boot:run -Dspring.profiles.active=dev
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.9.4/jooq-codegen-maven-3.9.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.9.4/jooq-codegen-maven-3.9.4.pom (3.0 kB at 1.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-parent/3.9.4/jooq-parent-3.9.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-parent/3.9.4/jooq-parent-3.9.4.pom (9.8 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.9.4/jooq-codegen-maven-3.9.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.9.4/jooq-codegen-maven-3.9.4.jar (16 kB at 27 kB/s)
[INFO]
[INFO] ------------------------< com.HistoryBoard:api >------------------------
[INFO] Building api 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> spring-boot-maven-plugin:1.5.6.RELEASE:run (default-cli) > test-compile @ api >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ api ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/hari_om/coder/historyboardapi/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ api ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< spring-boot-maven-plugin:1.5.6.RELEASE:run (default-cli) < test-compile @ api <<<
[INFO]
[INFO]
[INFO] --- spring-boot-maven-plugin:1.5.6.RELEASE:run (default-cli) @ api ---
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.5.6.RELEASE)
2018-06-27 01:44:50.108 INFO 812 --- [ main] com.HistoryBoard.api.ApiApplication : Starting ApiApplication on hari-oms-MacBook-Air.local with PID 812 (/Users/hari_om/coder/historyboardapi/target/classes started by hari_om in /Users/hari_om/coder/historyboardapi)
2018-06-27 01:44:50.115 INFO 812 --- [ main] com.HistoryBoard.api.ApiApplication : The following profiles are active: dev
2018-06-27 01:44:51.499 INFO 812 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@49db046e: startup date [Wed Jun 27 01:44:51 IST 2018]; root of context hierarchy
2018-06-27 01:44:54.773 INFO 812 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5f7a947c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-06-27 01:44:55.541 INFO 812 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2018-06-27 01:44:55.571 INFO 812 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-06-27 01:44:55.573 INFO 812 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.16
2018-06-27 01:44:55.758 INFO 812 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-06-27 01:44:55.759 INFO 812 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4261 ms
2018-06-27 01:44:56.033 INFO 812 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-06-27 01:44:56.035 INFO 812 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
2018-06-27 01:44:56.036 INFO 812 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2018-06-27 01:45:32.010 INFO 812 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2018-06-27 01:45:32.046 INFO 812 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2018-06-27 01:45:32.330 INFO 812 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}
2018-06-27 01:45:32.340 INFO 812 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2018-06-27 01:45:32.344 INFO 812 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
2018-06-27 01:45:32.509 INFO 812 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2018-06-27 01:45:32.964 INFO 812 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
2018-06-27 01:45:34.526 INFO 812 --- [ main] org.hibernate.tuple.PojoInstantiator : HHH000182: No default (no-argument) constructor for class: com.HistoryBoard.api.domain.FosterGem.FosterGemMediaAndPersonality (class must be instantiated by Interceptor)
2018-06-27 01:45:34.939 INFO 812 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2018-06-27 01:45:37.302 INFO 812 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/api-docs],methods=[GET],produces=[application/json || application/hal+json]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)
2018-06-27 01:45:37.309 INFO 812 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/ui]}" onto org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
2018-06-27 01:45:37.311 INFO 812 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/security]}" onto org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
2018-06-27 01:45:37.312 INFO 812 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources]}" onto org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
2018-06-27 01:45:37.317 INFO 812 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2018-06-27 01:45:37.318 INFO 812 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2018-06-27 01:45:37.549 INFO 812 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-06-27 01:45:37.549 INFO 812 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-06-27 01:45:37.674 INFO 812 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@49db046e: startup date [Wed Jun 27 01:44:51 IST 2018]; root of context hierarchy
2018-06-27 01:45:38.615 INFO 812 --- [ main] b.a.s.AuthenticationManagerConfiguration :
Using default security password: 770863f5-7258-4537-88c9-fea6158b230a
2018-06-27 01:45:38.786 INFO 812 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], []
2018-06-27 01:45:38.972 INFO 812 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@490de52f, org.springframework.security.web.context.SecurityContextPersistenceFilter@2344869f, org.springframework.security.web.header.HeaderWriterFilter@57b82e9, org.springframework.security.web.authentication.logout.LogoutFilter@57b23fda, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7a917c5d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6d892586, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@523f919b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3e3169b5, org.springframework.security.web.session.SessionManagementFilter@23792a91, org.springframework.security.web.access.ExceptionTranslationFilter@2bd0e3b3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1785c52a]
2018-06-27 01:45:39.512 INFO 812 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-06-27 01:45:39.530 INFO 812 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
2018-06-27 01:45:39.530 INFO 812 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2018-06-27 01:45:39.606 INFO 812 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2018-06-27 01:45:39.653 INFO 812 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2018-06-27 01:45:39.802 INFO 812 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2018-06-27 01:45:39.813 INFO 812 --- [ main] com.HistoryBoard.api.ApiApplication : Started ApiApplication in 51.121 seconds (JVM running for 67.59)
^C2018-06-27 01:48:35.916 INFO 812 --- [ Thread-5] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@49db046e: startup date [Wed Jun 27 01:44:51 IST 2018]; root of context hierarchy
2018-06-27 01:48:35.922 INFO 812 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647
2018-06-27 01:48:35.925 INFO 812 --- [ Thread-5] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
2018-06-27 01:48:35.945 INFO 812 --- [ Thread-5] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:59 min
[INFO] Finished at: 2018-06-27T01:48:36+05:30
[INFO] ------------------------------------------------------------------------
➜ historyboardapi git:(master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment