Last change
on this file since f8007b3 was 3fc9e50, checked in by KostaFortumanov <kfortumanov@…>, 3 years ago |
prototip part1
|
-
Property mode
set to
100644
|
File size:
334 bytes
|
Rev | Line | |
---|
[3fc9e50] | 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.