true]], class annotated with @DirtiesContext [false] with mode [null].
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.6.13)
2025-01-21 09:47:51.729 INFO 27880 --- [ main] c.h.HxzkappBootApplicationTests : Starting HxzkappBootApplicationTests using Java 1.8.0_402 on DESKTOP-RLP2BIH with PID 27880 (started by wangf in D:\hxzkapp\hxzkapp-boot)
2025-01-21 09:47:51.731 INFO 27880 --- [ main] c.h.HxzkappBootApplicationTests : No active profile set, falling back to 1 default profile: "default"
2025-01-21 09:47:53.127 INFO 27880 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2025-01-21 09:47:53.130 INFO 27880 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2025-01-21 09:47:53.166 INFO 27880 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 0 Redis repository interfaces.
2025-01-21 09:47:53.630 INFO 27880 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$6d0a8c4e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-01-21 09:47:53.697 INFO 27880 --- [ main] .w.s.a.s.AnnotationActionEndpointMapping : Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
2025-01-21 09:47:53.990 INFO 27880 --- [ main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource
2025-01-21 09:47:54.267 INFO 27880 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
Registered plugin: 'com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor@5c9934da'
Property 'mapperLocations' was not specified.
_ _ |_ _ _|_. ___ _ | _
| | |\/|_)(_| | |_\ |_)||_|_\
/ |
3.4.0
This "id" is the table primary key by default name for `id` in Class: "com.hxzkappboot.pojo.TbTag",So @TableField will not work!
2025-01-21 09:47:58.017 WARN 27880 --- [ main] .s.s.UserDetailsServiceAutoConfiguration :
Using generated security password: 9d769ec3-a819-4303-9da4-1f71ad2d91b1
This generated password is for development use only. Your security configuration must be updated before running your application in production.
2025-01-21 09:47:58.213 INFO 27880 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@584ca390, org.springframework.security.web.context.SecurityContextPersistenceFilter@44dfdd58, org.springframework.security.web.header.HeaderWriterFilter@52ba685a, org.springframework.web.filter.CorsFilter@33324c05, org.springframework.security.web.authentication.logout.LogoutFilter@47fcefb3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@72a8361b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4652c74d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@37d3e140, org.springframework.security.web.session.SessionManagementFilter@681e913c, org.springframework.security.web.access.ExceptionTranslationFilter@52f8a6f4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@49232c6f]
2025-01-21 09:47:59.150 INFO 27880 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [META-INF/resources/index.html]
2025-01-21 09:48:00.517 INFO 27880 --- [ main] c.h.HxzkappBootApplicationTests : Started HxzkappBootApplicationTests in 9.265 seconds (JVM running for 10.554)
]]>