|
Last change
on this file since 5ea00d7 was 5ea00d7, checked in by Malek Alavi <malekalavi7@…>, 29 hours ago |
|
Initial project upload
|
-
Property mode
set to
100644
|
|
File size:
316 bytes
|
| Line | |
|---|
| 1 | package mk.ukim.finki.wp.db;
|
|---|
| 2 |
|
|---|
| 3 | import org.springframework.boot.SpringApplication;
|
|---|
| 4 | import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|---|
| 5 |
|
|---|
| 6 | @SpringBootApplication
|
|---|
| 7 | public class DbApplication {
|
|---|
| 8 |
|
|---|
| 9 | public static void main(String[] args) {
|
|---|
| 10 | SpringApplication.run(DbApplication.class, args);
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.