source: source/freeparkingspace/src/main/java/com/proekt/ProektApplication.java@ 31d67c0

Last change on this file since 31d67c0 was 31d67c0, checked in by zlatko2810 <zlatko.stojanovski@…>, 21 months ago

proekt

  • Property mode set to 100644
File size: 315 bytes
Line 
1package com.proekt;
2
3import org.springframework.boot.SpringApplication;
4import org.springframework.boot.autoconfigure.SpringBootApplication;
5
6@SpringBootApplication
7public class ProektApplication {
8
9 public static void main(String[] args) {
10 SpringApplication.run(ProektApplication.class, args);
11 }
12
13}
Note: See TracBrowser for help on using the repository browser.