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