pagehelper / pagehelper-spring-boot

pagehelper-spring-boot
MIT License
1.54k stars 311 forks source link

大佬,请问什么时候适配spring boot 3.2呢? #172

Open q876625596 opened 8 months ago

q876625596 commented 8 months ago

最新版的2.1.0在springboot3.2上跑不起来,我看了下似乎是mybatis-spring-boot-starter这个依赖还停留于2.3.2版本的问题,请问什么时候可以升级到3.0.3版本呢?

garveyhu commented 6 months ago

同问什么时候支持springboot3.2

bchengwang commented 6 months ago

同问什么时候支持springboot3.2

+1

craftsman4j commented 6 months ago

+1

AxinAx commented 4 months ago
<dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>mybatis-spring</artifactId>
                    <groupId>org.mybatis</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis-spring -->
        <dependency>
            <groupId>org.mybatis</groupId>
            <artifactId>mybatis-spring</artifactId>
            <version>3.0.3</version>
        </dependency>

先这样用着吧

yanfeiwuji commented 4 months ago

都用boot3 了能放弃这个么

goingboy commented 3 months ago

+1

vergilyoungdante commented 3 weeks ago

都用boot3 了能放弃这个么

不用这个用什么呀?