当前位置:首页 > 第33页

记录springboot配置@MapperScan的问题,A component required a bean of type 'com.ellassay.x2.sync.mapper.ErpForX2UserMapper' that could not be found.

高老师2年前 (2023-03-14)398
记录springboot配置@MapperScan的问题,A component required a bean of type 'com.ellassay.x2.sync.mapper.ErpForX2UserMapper' that could not be found.
记录springboot配置@MapperScan的问题,A component required a bean of type 'com.ellassay.x2.sync.mapper.ErpForX2UserMapper' that could not be found....

hana数据库修改字段

高老师2年前 (2023-03-07)414
hana数据库修改字段
hana数据库修改字段...

hana数据库Catalog目录和Content目录

高老师2年前 (2023-03-07)452
hana数据库Catalog目录和Content目录
hana数据库Catalog目录和Content目录...

解决php ZipArchive生成压缩文件带有目录层级的问题

高老师2年前 (2023-01-10)1050
解决php ZipArchive生成压缩文件带有目录层级的问题
解决php ZipArchive生成压缩文件带有目录层级的问题...

陈川肚子饿了想吃老潼关肉夹馍

高老师2年前 (2023-01-10)587
陈川肚子饿了想吃老潼关肉夹馍
陈川肚子饿了想吃老潼关肉夹馍...

springboot 打印日志

高老师2年前 (2023-01-09)668
springboot  打印日志
SpringBoot默认使用slf4j+logback实现日志记录获取日志管理器,指定当前class名称private static final Logger log = LoggerFactory.getLogger(AoLaiMonth...

SQLSTATE[SL009]: : 0 [Microsoft][ODBC 游标库] 在调用 SQLFetchScroll/S QLExtendedFetch 之前,

高老师2年前 (2023-01-06)919
SQLSTATE[SL009]: : 0 [Microsoft][ODBC 游标库] 在调用 SQLFetchScroll/S QLExtendedFetch 之前,
原因是无法处理此字段的类型,原sql如下:SELECT  DEPOTID_JTBB  FROM修正后SELECT  CAST(DEPOTID_JTBB as NVARCHAR(35))  AS&nbs...

springboot配置定时任务

高老师2年前 (2023-01-05)517
springboot配置定时任务
(1).在类上开启注解@Component @EnableScheduling public class DepotSyncToErp {}(2).在要执行的方法上配置表达式,5秒执行1次@Scheduled(cron = "0/5&n...

springboot切换数据源

高老师2年前 (2023-01-05)522
springboot切换数据源
数据库配置如下:spring:   datasource:     dynamic:       primary: ds1 #设置默认的数据源或者数据源组...

springboot、MyBatis-Plus、hana数据库模型查询的处理

高老师2年前 (2023-01-04)499
springboot、MyBatis-Plus、hana数据库模型查询的处理
hana数据库查询语句如下:SELECT  *  FROM   "_SYS_BIC"."ellassay.public/AT_DIM_SAP_DEPOT_ALL_NEW_JTBB" ...