mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Upgrade to Spring Boot 3.0.0
Closes gh-1342
This commit is contained in:
@@ -155,7 +155,7 @@ public class InitializrProperties extends InitializrConfiguration {
|
||||
/**
|
||||
* A simple element from the properties.
|
||||
*/
|
||||
public static class SimpleElement {
|
||||
public static final class SimpleElement {
|
||||
|
||||
/**
|
||||
* Element title.
|
||||
@@ -172,7 +172,7 @@ public class InitializrProperties extends InitializrConfiguration {
|
||||
*/
|
||||
private String value;
|
||||
|
||||
public SimpleElement(String value) {
|
||||
private SimpleElement(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user