国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

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

使用SpringBoot自定義starter詳解

瀏覽:79日期: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
相關文章:
主站蜘蛛池模板: 国产高清在线精品一区在线 | 一级做a爱片特黄在线观看 一级做a爱片特黄在线观看免费看 | 国产亚洲高清在线精品不卡 | 国产在线视频专区 | 成人一级片 | 美女黄色在线网站大全 | 男女午夜爽爽 | 看欧美毛片一级毛片 | 成人午夜视频在线观看 | 日本三片在在线播放 | 国产成人精品综合在线观看 | 永久免费精品视频 | 成年女人毛片 | 精品国产网 | 国产日韩在线观看视频 | 欧美成人免费在线视频 | 国产a级特黄的片子视频 | 欧美一级免费看 | 九九51精品国产免费看 | 国产精品一区久久 | 在线观看片成人免费视频 | 国产91丝袜在线播放九色 | 国产欧美日韩精品a在线观看 | 成年女人免费视频 | 欧美日韩视频一区二区 | 末成年娇小性色xxxxx | 欧美aaa毛片免费看 欧美aaa视频 | 波多野结衣在线观看免费区 | 日本精品久久久久久久 | 欧美xxx在线 | 一区二区中文字幕在线观看 | 久久99在线 | 国产a精品 | 怡红院免费播放全部视频 | 男操女视频网站 | 欧美在线高清视频 | 在线视频欧美日韩 | 亚洲男人的天堂在线视频 | 久久精品国产精品亚洲艾 | 国产精品久久久久三级 | 国产精品欧美一区二区三区不卡 |