Commit 90ae14ec authored by Jienan Duan's avatar Jienan Duan Committed by Stephane Nicoll

Add missing semicolon on sample code

See gh-12895
parent 97877c2a
...@@ -385,7 +385,7 @@ The `Application.java` file would declare the `main` method, along with the basi ...@@ -385,7 +385,7 @@ The `Application.java` file would declare the `main` method, along with the basi
package com.example.myapplication; package com.example.myapplication;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication @SpringBootApplication
public class Application { public class Application {
......
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