当前位置:首页 > JAVA

JAVA

  • 最新
  • 浏览
  • 评论

idea maven-default-http-blocker 报错

高老师2年前 (2023-03-15)360
idea maven-default-http-blocker 报错
idea maven-default-http-blocker 报错...

mybatisPlus多数据源分页配置

高老师2年前 (2023-03-15)509
mybatisPlus多数据源分页配置
mybatisPlus多数据源分页配置...

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

高老师2年前 (2023-03-14)363
记录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)377
hana数据库修改字段
hana数据库修改字段...

hana数据库Catalog目录和Content目录

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

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

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

springboot 打印日志

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

springboot配置定时任务

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

springboot切换数据源

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

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

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