Files
2026-07-22 12:24:09 +08:00

79 lines
16 KiB
Plaintext

Hello erp-api!
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v4.1.0)
2026-07-22T11:58:21.590+08:00 INFO 40256 --- [erp-api] [ main] cn.qihangerp.erp.ErpApi : Starting ErpApi v4.1.0 using Java 21.0.11 with PID 40256 (D:\projects\qihang-retail\erp-api\target\erp-api-4.1.0.jar started by ASUS in D:\projects\qihang-retail)
2026-07-22T11:58:21.596+08:00 INFO 40256 --- [erp-api] [ main] cn.qihangerp.erp.ErpApi : The following 1 profile is active: "dev"
2026-07-22T11:58:22.687+08:00 INFO 40256 --- [erp-api] [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2026-07-22T11:58:22.690+08:00 INFO 40256 --- [erp-api] [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-07-22T11:58:22.718+08:00 INFO 40256 --- [erp-api] [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2026-07-22T11:58:22.897+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpLogisticsCompanyMapper' and 'cn.qihangerp.mapper.ErpLogisticsCompanyMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.898+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpPurchaseLogisticsMapper' and 'cn.qihangerp.mapper.ErpPurchaseLogisticsMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.898+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpPurchaseOrderItemMapper' and 'cn.qihangerp.mapper.ErpPurchaseOrderItemMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.899+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpPurchaseOrderMapper' and 'cn.qihangerp.mapper.ErpPurchaseOrderMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.900+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpPurchaseOrderShipMapper' and 'cn.qihangerp.mapper.ErpPurchaseOrderShipMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.900+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpStockInItemMapper' and 'cn.qihangerp.mapper.ErpStockInItemMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.901+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpStockInMapper' and 'cn.qihangerp.mapper.ErpStockInMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.901+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpStockOutItemMapper' and 'cn.qihangerp.mapper.ErpStockOutItemMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.902+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpStockOutItemPositionMapper' and 'cn.qihangerp.mapper.ErpStockOutItemPositionMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.903+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpStockOutMapper' and 'cn.qihangerp.mapper.ErpStockOutMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.904+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpWarehouseMapper' and 'cn.qihangerp.mapper.ErpWarehouseMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.904+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpWarehousePositionMapper' and 'cn.qihangerp.mapper.ErpWarehousePositionMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.906+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'erpWarehouseShipperMapper' and 'cn.qihangerp.mapper.ErpWarehouseShipperMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.907+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OGoodsBrandMapper' and 'cn.qihangerp.mapper.OGoodsBrandMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.908+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OGoodsCategoryAttributeMapper' and 'cn.qihangerp.mapper.OGoodsCategoryAttributeMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.909+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OGoodsCategoryAttributeValueMapper' and 'cn.qihangerp.mapper.OGoodsCategoryAttributeValueMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.909+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OGoodsCategoryMapper' and 'cn.qihangerp.mapper.OGoodsCategoryMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.910+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OGoodsInventoryBatchMapper' and 'cn.qihangerp.mapper.OGoodsInventoryBatchMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.911+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OGoodsInventoryMapper' and 'cn.qihangerp.mapper.OGoodsInventoryMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.911+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OGoodsMapper' and 'cn.qihangerp.mapper.OGoodsMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.912+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OGoodsSkuAttrMapper' and 'cn.qihangerp.mapper.OGoodsSkuAttrMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.912+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OGoodsSkuMapper' and 'cn.qihangerp.mapper.OGoodsSkuMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.913+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OOrderItemMapper' and 'cn.qihangerp.mapper.OOrderItemMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.913+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OOrderMapper' and 'cn.qihangerp.mapper.OOrderMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.914+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OOrderShipWaybillMapper' and 'cn.qihangerp.mapper.OOrderShipWaybillMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.915+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OOrderStockingItemBatchMapper' and 'cn.qihangerp.mapper.OOrderStockingItemBatchMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.915+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OOrderStockingItemMapper' and 'cn.qihangerp.mapper.OOrderStockingItemMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.916+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'OOrderStockingMapper' and 'cn.qihangerp.mapper.OOrderStockingMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.917+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysAlertChannelMapper' and 'cn.qihangerp.mapper.SysAlertChannelMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.917+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysConfigMapper' and 'cn.qihangerp.mapper.SysConfigMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.918+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysDictDataMapper' and 'cn.qihangerp.mapper.SysDictDataMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.918+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysDictTypeMapper' and 'cn.qihangerp.mapper.SysDictTypeMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.919+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysMenuMapper' and 'cn.qihangerp.mapper.SysMenuMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.919+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysMessageMapper' and 'cn.qihangerp.mapper.SysMessageMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.922+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysOssMapper' and 'cn.qihangerp.mapper.SysOssMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.922+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleMapper' and 'cn.qihangerp.mapper.SysRoleMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.923+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleMenuMapper' and 'cn.qihangerp.mapper.SysRoleMenuMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.924+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysTaskLogsMapper' and 'cn.qihangerp.mapper.SysTaskLogsMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.924+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysTaskMapper' and 'cn.qihangerp.mapper.SysTaskMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.925+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserMapper' and 'cn.qihangerp.mapper.SysUserMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:22.926+08:00 WARN 40256 --- [erp-api] [ main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserRoleMapper' and 'cn.qihangerp.mapper.SysUserRoleMapper' mapperInterface. Bean already defined with the same name!
2026-07-22T11:58:23.569+08:00 INFO 40256 --- [erp-api] [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8088 (http)
2026-07-22T11:58:23.603+08:00 INFO 40256 --- [erp-api] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-07-22T11:58:23.604+08:00 INFO 40256 --- [erp-api] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.22]
2026-07-22T11:58:23.632+08:00 INFO 40256 --- [erp-api] [ main] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 1977 ms
2026-07-22T11:58:25.111+08:00 WARN 40256 --- [erp-api] [ main] c.b.m.core.metadata.TableInfoHelper : Can not find table primary key in Class: "cn.qihangerp.model.entity.SysConfig".
2026-07-22T11:58:25.137+08:00 WARN 40256 --- [erp-api] [ main] c.b.m.core.injector.DefaultSqlInjector : class cn.qihangerp.model.entity.SysConfig ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
_ _ |_ _ _|_. ___ _ | _
| | |\/|_)(_| | |_\ |_)||_|_\
/ |
3.5.16
2026-07-22T11:58:26.155+08:00 INFO 40256 --- [erp-api] [ main] eAuthenticationProviderManagerConfigurer : Global AuthenticationManager configured with AuthenticationProvider bean with name authenticationProvider
2026-07-22T11:58:26.157+08:00 WARN 40256 --- [erp-api] [ main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with an AuthenticationProvider bean. UserDetailsService beans will not be used by Spring Security for automatically configuring username/password login. Consider removing the AuthenticationProvider bean. Alternatively, consider using the UserDetailsService in a manually instantiated DaoAuthenticationProvider. If the current configuration is intentional, to turn off this warning, increase the logging level of 'org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer' to ERROR
2026-07-22T11:58:27.198+08:00 INFO 40256 --- [erp-api] [ main] m.e.s.MybatisPlusApplicationContextAware : Register ApplicationContext instances org.springframework.boot.web.server.servlet.context.AnnotationConfigServletWebServerApplicationContext@6d0b5baf
2026-07-22T11:58:27.703+08:00 INFO 40256 --- [erp-api] [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8088 (http) with context path '/'
2026-07-22T11:58:27.715+08:00 INFO 40256 --- [erp-api] [ main] cn.qihangerp.erp.ErpApi : Started ErpApi in 6.605 seconds (process running for 7.165)
2026-07-22T12:12:31.479+08:00 INFO 40256 --- [erp-api] [nio-8088-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-22T12:12:31.480+08:00 INFO 40256 --- [erp-api] [nio-8088-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-07-22T12:12:31.482+08:00 INFO 40256 --- [erp-api] [nio-8088-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2026-07-22T12:12:31.588+08:00 INFO 40256 --- [erp-api] [nio-8088-exec-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-07-22T12:12:31.970+08:00 INFO 40256 --- [erp-api] [nio-8088-exec-1] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@250e89c6
2026-07-22T12:12:31.976+08:00 INFO 40256 --- [erp-api] [nio-8088-exec-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.