Last change
on this file since e6b2246 was 1bcb2a8, checked in by DenicaKj <dkorvezir@…>, 22 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
332 bytes
|
Rev | Line | |
---|
[1bcb2a8] | 1 | package com.example.moviezone;
|
---|
| 2 |
|
---|
| 3 | import org.springframework.boot.SpringApplication;
|
---|
| 4 | import org.springframework.boot.autoconfigure.SpringBootApplication;
|
---|
| 5 |
|
---|
| 6 | @SpringBootApplication
|
---|
| 7 | public class MovieZoneApplication {
|
---|
| 8 |
|
---|
| 9 | public static void main(String[] args) {
|
---|
| 10 | SpringApplication.run(MovieZoneApplication.class, args);
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.