An error occurred while loading the file. Please try again.
-
Ruksana Semeir authoredb923b3a6
package com.tarento.commenthub;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class CommentHubApplication {
public static void main(String[] args) {
SpringApplication.run(CommentHubApplication.class, args);
}
}