Commit 16aa689a authored by devops's avatar devops

Update HelloWorldController.java

parent b21f033f
......@@ -14,6 +14,6 @@ public class HelloWorldController {
@RequestMapping("/")
public String sayHello() {
return "Really appreaciate your star, that's the power of our life!";
return "Really appreaciate your star, that's the power of our life.";
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment