mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Fix last polish so that login.groovy is valid groovy code again
This commit is contained in:
-1
@@ -43,5 +43,4 @@ class endpoint {
|
||||
""
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ welcome = { ->
|
||||
hostName = "localhost";
|
||||
}
|
||||
|
||||
Get Spring Boot version from context
|
||||
// Get Spring Boot version from context
|
||||
def version = crash.context.attributes.get("spring.boot.version")
|
||||
|
||||
return """\
|
||||
|
||||
Reference in New Issue
Block a user