zhegexiaohuozi / SeimiCrawler

一个简单、敏捷、分布式的支持SpringBoot的Java爬虫框架;An agile, distributed crawler framework.
http://seimicrawler.org
Apache License 2.0
1.98k stars 681 forks source link

Spring Boot 2.0 的支持 #31

Closed dowhilenet closed 1 year ago

dowhilenet commented 6 years ago

请问什么时候有打算支持 Spring Boot 2.0

zhegexiaohuozi commented 1 year ago

本身就支持的,不需要做特别设置,没给demo,经过测试版本

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.1.17.RELEASE</version>
        <relativePath/> 
    </parent>