-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持 springboot 3.x 有时间计划嘛? #262
Comments
这两天有时间,顺利的话可能下周会以一个新分支的形式出现,但因为现在版本的发布流程还有一点问题,可能没有办法太快发布到maven仓库 |
Awesome, take your time!!! |
棒棒哒~ |
Merged
@yuyang807 <repositories>
<repository>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
<id>ossrh</id>
<name>Nexus Snapshot Repository</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories> <dependency>
<groupId>org.nebula-contrib</groupId>
<artifactId>ngbatis</artifactId>
<version>1.2.0-jdk17-SNAPSHOT</version>
</dependency> |
@yuyang807 <dependency>
<groupId>org.nebula-contrib</groupId>
<artifactId>ngbatis</artifactId>
<version>1.2.0-jdk17</version>
</dependency> |
amazing🫡🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wey-gu @CorvusYe @shbone 或者说这个现在 有在开发调试的公共分支嘛?
The text was updated successfully, but these errors were encountered: