source: src/main/java/mk/finki/ukim/mk/vehiclerent/VehicleRentApplication.java@ 3965aed

Last change on this file since 3965aed was 3965aed, checked in by lepaSi <86915414+lepaSi@…>, 9 months ago

Init

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