mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Added a comment!
This commit is contained in:
parent
3ac98d995f
commit
5b5845a658
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
@SpringBootApplication
|
||||
public class PetClinicApplication {
|
||||
|
||||
// This is a comment. Woot!
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue