Skip to content

Java samples - root/welcome page #750

Open
@pacostas

Description

@pacostas

Describe the Enhancement

The Java samples do not have a landing page similar to the Node.js samples.

Possible Solution

Add a controller to all the Java samples that will serve under the / endpoint below HTML page

response.send(`<!DOCTYPE html>
<html>
<head>
<title>Powered By Paketo Buildpacks</title>
</head>
<body>
<img style="display: block; margin-left: auto; margin-right: auto; width: 50%;" src="https://paketo.io/images/paketo-logo-full-color.png"></img>
</body>
</html>`);

Motivation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestjavaPull requests that update Java code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions