Add missing semicolon on sample code
See gh-12895
This commit is contained in:
committed by
Stephane Nicoll
parent
97877c2aab
commit
90ae14ec21
@@ -385,7 +385,7 @@ The `Application.java` file would declare the `main` method, along with the basi
|
||||
package com.example.myapplication;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class Application {
|
||||
|
||||
Reference in New Issue
Block a user