随笔分类 -  spring

摘要:一、讲述 1.SpringBoot提供了一个插件spring-boot-maven-plugin用于把程序打包成一个可执行的jar包。 2.Spring Boot应用打包之后,生成一个Fat jar(jar包中包含jar),包含了应用依赖的jar包和Spring Boot loader相关的 类。 阅读全文
posted @ 2025-03-25 03:44 MaC-Matthew 阅读(185) 评论(0) 推荐(0)
摘要:import lombok.extern.slf4j.Slf4j; import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.collections4.ListUtils; import org 阅读全文
posted @ 2024-05-13 15:41 MaC-Matthew 阅读(162) 评论(0) 推荐(0)
摘要:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <exclusions> <exclusion> <groupId>io. 阅读全文
posted @ 2024-04-26 15:46 MaC-Matthew 阅读(686) 评论(0) 推荐(0)