- 博客(5)
- 问答 (2)
- 收藏
- 关注
原创 SpringBoot的日志配置 logging.file.path和logging.file.name不能同时生效
SpringBoot日志路径配置
2022-11-28 15:54:46
1245
原创 SpringBoot导出Excel
1、数据库连接spring: datasource: url: jdbc:mysql://localhost:3306/demo?serverTimezone=Asia/Shanghai driver-class-name: com.mysql.cj.jdbc.Driver username: root password: 1234562、实体信息@Data@Table(name = "tb_user")public class User { @Id
2021-09-09 09:32:47
5056
13
原创 在使用spring-integration-ip集成tcp时报如下错误,请大神们帮忙看下什么原因?
2021-07-14T06:44:53.345806111Z 2021-07-14 14:44:53.345 ERROR 1 --- [-1-thread-13333] o.s.i.ip.tcp.TcpInboundGateway : Failed to send reply2021-07-14T06:44:53.345849612Z2021-07-14T06:44:53.345857112Z org.springframework.messaging.MessagingException: Send
2021-07-15 20:15:58
792
2
原创 SpringBoot+RestTemplate进行远程服务调用
RestTemplate远程服务调用1、搭建服务端实体类@Table(name="tb_user")public class User implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; // 用户名 @C
2021-01-07 17:25:22
719
原创 Maven基本概念
Maven项目的构建 :从编译、测试、运行、打包、安装、部署整个过程都会交给maven进行管理,这个过程称为构建。Maven规范化构建流程:清理->编译->测试->报告->打包->部署Maven基本命令: mvn tomcat:run 运行命令 mvn compile 编译命令 mvn test 测试命令 会执行 src/test/java下的单元测试类 mvn clean 清理命令 会删除target目录及内容 mvn package 打包命令 对于
2021-01-07 08:49:45
184
空空如也
shardingsphere分表查询多个表的数据时报空
2021-11-24
spring-integration-ip这个框架集成的tcp报如下错误,什么问题?
2021-07-16
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅