* BAEL-6866: Securing Spring Boot 3 Applications with SSL Bundles * [bael-6866] Fix review issues
14 lines
280 B
HTML
14 lines
280 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Spring SSL Bundler Demo Application</title>
|
|
</head>
|
|
<body>
|
|
<h1>Spring SSL Bundler Demo Application</h1>
|
|
<p>
|
|
This is a sample application that can be built as native executable.
|
|
</p>
|
|
</body>
|
|
</html>
|