mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Update Projects API URL for fetching Spring Boot metadata
This commit updates (again) the URL used by Initializr clients to fetch metadata for the Spring Boot project. Since the Sagan application is being retired, this API has now migrated to https://api.spring.io See gh-1369
This commit is contained in:
@@ -179,7 +179,7 @@ public class InitializrConfiguration {
|
||||
/**
|
||||
* The metadata url of the Spring Boot project.
|
||||
*/
|
||||
private String springBootMetadataUrl = "https://spring.io/api/projects/spring-boot/releases";
|
||||
private String springBootMetadataUrl = "https://api.spring.io/projects/spring-boot/releases";
|
||||
|
||||
/**
|
||||
* Tracking code for Google Analytics. Only enabled if a value is explicitly
|
||||
|
||||
Reference in New Issue
Block a user