Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/bean/HelloBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class HelloBean implements Serializable{

private static final long serialVersionUID = -4823295172962937652L;

private String message = "Your Java app is up and running on Azure";
private String message = "Congratulations! Your Java app is up and running on Azure";

public String getMessage() {
return message;
Expand Down