版本及maven
中央最新版本查看:
http://mvnrepository.com/artifact/org.anyline/anyline-core
或
http://central.sonatype.com/artifact/org.anyline/anyline-core
或
http://repo.maven.apache.org/maven2/org/anyline/anyline-core/
快照版本在这里查看,主要看最后的lastUpdated确认一下最新日期
http://oss.sonatype.org/content/repositories/snapshots/org/anyline/anyline-core/maven-metadata.xml
开发过程一般什么快照版本,为了保证快照版本的及时更新,可以打开IDEA的file/setting/Build, Execution, Develoyment/Build Tools/Maven选中Always update snapshots
更新快照的最新版本可以在这里查看(替换红色部分)
http://oss.sonatype.org/content/repositories/snapshots/org/anyline/anyline-core/8.7.2-SNAPSHOT/maven-metadata.xml
看其中任意一个snapshotVersion.value如<value>8.7.2-20240110.042344-92</value>应该与本地文件名一致
对照本地maven仓库中的org\anyline\anyline-core\8.7.2-SNAPSHOT\anyline-core-8.7.2-20240110.042344-92.jar
与jdk,spring版本的对应关系
anyline | jdk | spring | spring boot |
8.7.2 | 8 | 5 | 2 |
8.7.2-jdk17 | 17 | 6.0.10 | 3.1.11 |
6.1.11 | 3.3.2 | ||
8.7.2-jdk21 | 21 | 6.0.10 | 3.1.11 |
6.1.11 | 3.3.2 |
springframework/spring boot版本(注意spring 6.0与6.1不兼容,一定不要混用,8.7.2-jdk17/21默认依赖的spring6.0.10, 如果需要6.1.11在pom中添加spring依赖是指定版本号即可
)