source: src/main/java/it/finki/tinki/TinkiApplication.java@ f067338

Last change on this file since f067338 was 297bd16, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

added job/internship/project inserts

  • Property mode set to 100644
File size: 369 bytes
RevLine 
[e6ff724]1package it.finki.tinki;
2
3import org.springframework.boot.SpringApplication;
4import org.springframework.boot.autoconfigure.SpringBootApplication;
[bd46dbb]5import org.springframework.context.annotation.Bean;
[e6ff724]6
7@SpringBootApplication
8public class TinkiApplication {
9
10 public static void main(String[] args) {
11 SpringApplication.run(TinkiApplication.class, args);
12 }
[297bd16]13
[e6ff724]14}
Note: See TracBrowser for help on using the repository browser.