From 64ca1a6e8d6262a76717e6ee9e02d13aa15cd1e8 Mon Sep 17 00:00:00 2001 From: yyeeqii Date: Sun, 27 Apr 2025 11:16:34 +0800 Subject: [PATCH] triggerOnJenkins --- app.log | 49 +++++++++++++++++++++++++++++++++++++++ src/main/scss/header.scss | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/app.log b/app.log index e69de29bb..b8ef11a7a 100644 --- a/app.log +++ b/app.log @@ -0,0 +1,49 @@ + + + |\ _,,,--,,_ + /,`.-'`' ._ \-;;,_ + _______ __|,4- ) )_ .;.(__`'-'__ ___ __ _ ___ _______ + | | '---''(_/._)-'(_\_) | | | | | | | | | + | _ | ___|_ _| | | | | |_| | | | __ _ _ + | |_| | |___ | | | | | | | | | | \ \ \ \ + | ___| ___| | | | _| |___| | _ | | _| \ \ \ \ + | | | |___ | | | |_| | | | | | | |_ ) ) ) ) + |___| |_______| |___| |_______|_______|___|_| |__|___|_______| / / / / + ==================================================================/_/_/_/ + +:: Built with Spring Boot :: 3.4.2 + + +2025-04-27T02:54:03.208Z INFO 19277 --- [ main] o.s.s.petclinic.PetClinicApplication : Starting PetClinicApplication v3.4.0 using Java 17.0.7 with PID 19277 (/home/vagrant/petclinic/build/libs/spring-petclinic-3.4.0.jar started by root in /home/vagrant/petclinic) +2025-04-27T02:54:03.276Z INFO 19277 --- [ main] o.s.s.petclinic.PetClinicApplication : No active profile set, falling back to 1 default profile: "default" +2025-04-27T02:54:12.307Z INFO 19277 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-04-27T02:54:13.086Z INFO 19277 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 720 ms. Found 2 JPA repository interfaces. +2025-04-27T02:54:17.215Z INFO 19277 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http) +2025-04-27T02:54:17.310Z INFO 19277 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2025-04-27T02:54:17.311Z INFO 19277 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.34] +2025-04-27T02:54:17.522Z INFO 19277 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2025-04-27T02:54:17.528Z INFO 19277 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 13471 ms +2025-04-27T02:54:19.226Z INFO 19277 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... +2025-04-27T02:54:20.762Z INFO 19277 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:69a79fe0-12e2-41db-b04b-1a634a94230d user=SA +2025-04-27T02:54:20.772Z INFO 19277 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. +2025-04-27T02:54:21.736Z INFO 19277 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2025-04-27T02:54:22.229Z INFO 19277 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.5.Final +2025-04-27T02:54:22.529Z INFO 19277 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled +2025-04-27T02:54:24.816Z INFO 19277 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer +2025-04-27T02:54:25.385Z INFO 19277 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +2025-04-27T02:54:33.397Z INFO 19277 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-04-27T02:54:33.415Z INFO 19277 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-04-27T02:54:35.993Z INFO 19277 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used. +2025-04-27T02:54:42.575Z INFO 19277 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoints beneath base path '/actuator' +2025-04-27T02:54:43.642Z INFO 19277 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/' +2025-04-27T02:54:43.697Z INFO 19277 --- [ main] o.s.s.petclinic.PetClinicApplication : Started PetClinicApplication in 47.075 seconds (process running for 55.736) +2025-04-27T02:55:39.754Z INFO 19277 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-04-27T02:55:39.755Z INFO 19277 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2025-04-27T02:55:39.759Z INFO 19277 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms diff --git a/src/main/scss/header.scss b/src/main/scss/header.scss index 0164daec8..2482ff3ce 100644 --- a/src/main/scss/header.scss +++ b/src/main/scss/header.scss @@ -19,7 +19,7 @@ .navbar a.navbar-brand span { display: block; - width: 230px; + width: 231px; height: 44px; background: url("../images/spring-logo-dataflow.png") -1px -48px no-repeat; opacity: 0;