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