source:
src/main/java/com/example/EventrraApplication.java
Last change on this file was a51a591, checked in by , 14 months ago | |
---|---|
|
|
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.