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