电脑知识|欧美黑人一区二区三区|软件|欧美黑人一级爽快片淫片高清|系统|欧美黑人狂野猛交老妇|数据库|服务器|编程开发|网络运营|知识问答|技术教程文章 - 好吧啦网

您的位置:首頁技術文章
文章詳情頁

使用SpringBoot自定義starter詳解

瀏覽:137日期:2023-03-12 11:22:47
一、新建一個工程

工程由xxx-sprig-boot-starter和xxx-sprig-boot-starter-configure兩個模塊組成;

使用SpringBoot自定義starter詳解

xxx-sprig-boot-starter模塊

只用來做依賴導入 依賴于 xxx-sprig-boot-starter-configure模塊,沒有實際代碼

<?xml version='1.0' encoding='UTF-8'?><project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd'> <modelVersion>4.0.0</modelVersion> <groupId>com.ander</groupId> <artifactId>ander-spring-boot-starter</artifactId> <version>1.0-SNAPSHOT</version> <!--依賴ander-spring-boot-starter-configure工程--> <dependencies><dependency> <groupId>com.ander</groupId> <artifactId>ander-spring-boot-starter-configure</artifactId> <version>0.0.1-SNAPSHOT</version></dependency> </dependencies></project>

使用SpringBoot自定義starter詳解

xxx-sprig-boot-starter-configure模塊

專門自動配置模塊 依賴于spring-boot-starter-web

<?xml version='1.0' encoding='UTF-8'?><project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd'> <modelVersion>4.0.0</modelVersion> <parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.3.10.RELEASE</version><relativePath/> <!-- lookup parent from repository --> </parent> <groupId>com.ander</groupId> <artifactId>ander-spring-boot-starter-configure</artifactId> <version>0.0.1-SNAPSHOT</version> <name>ander-spring-boot-starter-configure</name> <description>Demo project for Spring Boot</description> <properties><java.version>1.8</java.version> </properties><dependencies><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId></dependency> </dependencies></project>

使用SpringBoot自定義starter詳解

二、xxx-sprig-boot-starter-configure模塊自動配置編碼2.1 服務層編碼

/** * Service層 * * @Author: Ander * @Date: 2021-05-04 */public class HelloService { private HelloServiceProperties helloServiceProperties; public String helloService(String name) {return helloServiceProperties.getPrefix() + ' '+ name + ' ' + helloServiceProperties.getSuffix(); } public HelloServiceProperties getHelloServiceProperties() {return helloServiceProperties; } public void setHelloServiceProperties(HelloServiceProperties helloServiceProperties) {this.helloServiceProperties = helloServiceProperties; }}2.2 屬性配置類編碼

/** * 屬性配置類 * * @Author: Ander * @Date: 2021-05-04 */@ConfigurationProperties(prefix = 'com.ander')public class HelloServiceProperties { private String prefix = 'hi'; private String suffix = 'hello world'; public String getPrefix() {return prefix; } public void setPrefix(String prefix) {this.prefix = prefix; } public String getSuffix() {return suffix; } public void setSuffix(String suffix) {this.suffix = suffix; }}2.3 starter自動配置類編碼

@EnableConfigurationProperties({HelloServiceProperties.class})作用:讓xxxProperties生效加入到容器中

/** * 自定義starter自動配置類 * * @Author: Ander * @Date: 2021-05-04 */@Configuration@ConditionalOnWebApplication // 指定web應用才生效@EnableConfigurationProperties({HelloServiceProperties.class})public class HelloServiceAutoConfigure { @Autowired private HelloServiceProperties helloServiceProperties; @Bean public HelloService helloService() {HelloService helloService = new HelloService();helloService.setHelloServiceProperties(helloServiceProperties);return helloService; }}2.4 添加自動配置類到META-INF路徑下

使用SpringBoot自定義starter詳解

2.5 將工程安裝到本地

注意先安裝xxx-spring-boot-starter-configure,再安裝xxx-spring-boot-starter

使用SpringBoot自定義starter詳解

三、新建一個工程測試自定義starter3.1 編寫controller層

/** * starter測試控制類 * * @Author: Ander * @Date: 2021-05-05 */@RestControllerpublic class StarterTestController { @Autowired private HelloService helloService; @GetMapping('hello') public String hello(String name) {return helloService.helloService(name); }}3.2 編寫配置文件

server.port=8888com.ander.prefix=HIcom.ander.suffix=HELLO WORLD

四、測試結果4.1 使用starter默認配置

使用SpringBoot自定義starter詳解

4.2 使用自定義配置

使用SpringBoot自定義starter詳解

到此這篇關于使用Spring Boot自定義starter詳解的文章就介紹到這了,更多相關Spring Boot自定義starter內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Spring
相關文章:
主站蜘蛛池模板: 济南ISO9000认证咨询代理公司,ISO9001认证,CMA实验室认证,ISO/TS16949认证,服务体系认证,资产管理体系认证,SC食品生产许可证- 济南创远企业管理咨询有限公司 郑州电线电缆厂家-防火|低压|低烟无卤电缆-河南明星电缆 | TYPE-C厂家|TYPE-C接口|TYPE-C防水母座|TYPE-C贴片-深圳步步精 | 加气混凝土砌块设备,轻质砖设备,蒸养砖设备,新型墙体设备-河南省杜甫机械制造有限公司 | 报警器_家用防盗报警器_烟雾报警器_燃气报警器_防盗报警系统厂家-深圳市刻锐智能科技有限公司 | VI设计-LOGO设计公司-品牌设计公司-包装设计公司-导视设计-杭州易象设计 | 上海恒驭仪器有限公司-实验室平板硫化机-小型平板硫化机-全自动平板硫化机 | 避光流动池-带盖荧光比色皿-生化流动比色皿-宜兴市晶科光学仪器 东莞爱加真空科技有限公司-进口真空镀膜机|真空镀膜设备|Polycold维修厂家 | 博客-悦享汽车品质生活| (中山|佛山|江门)环氧地坪漆,停车场地板漆,车库地板漆,聚氨酯地板漆-中山永旺地坪漆厂家 | 砍排机-锯骨机-冻肉切丁机-熟肉切片机-预制菜生产线一站式服务厂商 - 广州市祥九瑞盈机械设备有限公司 | 珠海白蚁防治_珠海灭鼠_珠海杀虫灭鼠_珠海灭蟑螂_珠海酒店消杀_珠海工厂杀虫灭鼠_立净虫控防治服务有限公司 | 警用|治安|保安|不锈钢岗亭-售货亭价格-垃圾分类亭-移动厕所厂家-苏州灿宇建材 | TPM咨询,精益生产管理,5S,6S现场管理培训_华谋咨询公司 | 网站优化公司_SEO优化_北京关键词百度快速排名-智恒博网络 | 尚为传动-专业高精密蜗轮蜗杆,双导程蜗轮蜗杆,蜗轮蜗杆减速机,蜗杆减速机生产厂家 | 防火窗_耐火窗_防火门厂家_防火卷帘门-重庆三乐门业有限公司 | 地磅-电子地磅维修-电子吊秤-汽车衡-无人值守系统-公路治超-鹰牌衡器 | 高压互感器,电流互感器,电压互感器-上海鄂互电气科技有限公司 | 拉力机-拉力试验机-万能试验机-电子拉力机-拉伸试验机-剥离强度试验机-苏州皖仪实验仪器有限公司 | 河南卓美创业科技有限公司-河南卓美防雷公司-防雷接地-防雷工程-重庆避雷针-避雷器-防雷检测-避雷带-避雷针-避雷塔、机房防雷、古建筑防雷等-山西防雷公司 | 拉伸膜,PE缠绕膜,打包带,封箱胶带,包装膜厂家-东莞宏展包装 | 细石混凝土泵_厂家_价格-烟台九达机械有限公司 | 旋振筛_不锈钢旋振筛_气旋筛_旋振筛厂家—新乡市大汉振动机械有限公司 | 西安展台设计搭建_西安活动策划公司_西安会议会场布置_西安展厅设计西安旭阳展览展示 | CE认证_FCC认证_CCC认证_MFI认证_UN38.3认证-微测检测 CNAS实验室 | 橡胶弹簧|复合弹簧|橡胶球|振动筛配件-新乡市永鑫橡胶厂 | 企业微信scrm管理系统_客户关系管理平台_私域流量运营工具_CRM、ERP、OA软件-腾辉网络 | 洁净棚-洁净工作棚-无菌室-净化工程公司_北京卫护科技有限公司 | 小型玉石雕刻机_家用玉雕机_小型万能雕刻机_凡刻雕刻机官网 | 辽宁资质代办_辽宁建筑资质办理_辽宁建筑资质延期升级_辽宁中杭资质代办 | 酒吧霸屏软件_酒吧霸屏系统,酒吧微上墙,夜场霸屏软件,酒吧点歌软件,酒吧互动游戏,酒吧大屏幕软件系统下载 | 福建自考_福建自学考试网| 山楂片_雪花_迷你山楂片_山楂条饼厂家-青州市丰源食品厂 | 焊接减速机箱体,减速机箱体加工-淄博博山泽坤机械厂 | 楼梯定制_楼梯设计施工厂家_楼梯扶手安装制作-北京凌步楼梯 | 臻知网大型互动问答社区-你的问题将在这里得到解答!-无锡据风网络科技有限公司 | 重庆监控_电子围栏设备安装公司_门禁停车场管理系统-劲浪科技公司 | 马尔表面粗糙度仪-MAHR-T500Hommel-Mitutoyo粗糙度仪-笃挚仪器 | 高效复合碳源-多核碳源生产厂家-污水处理反硝化菌种一长隆科技库巴鲁 | 板式换网器_柱式换网器_自动换网器-郑州海科熔体泵有限公司 | 深圳品牌设计公司-LOGO设计公司-VI设计公司-未壳创意 |