Last change
on this file since f0d5cb7 was 3fc9e50, checked in by KostaFortumanov <kfortumanov@…>, 3 years ago |
prototip part1
|
-
Property mode
set to
100644
|
File size:
334 bytes
|
Line | |
---|
1 | package it.finki.charitable;
|
---|
2 |
|
---|
3 |
|
---|
4 | import org.springframework.boot.SpringApplication;
|
---|
5 | import org.springframework.boot.autoconfigure.SpringBootApplication;
|
---|
6 |
|
---|
7 | @SpringBootApplication
|
---|
8 | public class CharitableApplication {
|
---|
9 |
|
---|
10 | public static void main(String[] args) {
|
---|
11 | SpringApplication.run(CharitableApplication.class, args);
|
---|
12 | }
|
---|
13 |
|
---|
14 | }
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.