Skip to content
Snippets Groups Projects
Commit 041d6807 authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Added @SpringBootApplication

parent 38893c92
No related branches found
No related tags found
1 merge request!25Fixed Swagger and config for int tests (GONRG-964)
package org.opengroup.osdu.register.provider.gcp;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import javax.annotation.PostConstruct;
@ComponentScan({"org.opengroup.osdu"})
@SpringBootApplication
public class RegisterApplication {
@PostConstruct
void f() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment