Skip to content
Snippets Groups Projects
Commit c90dd9fa authored by Rostislav Dublin (EPAM)'s avatar Rostislav Dublin (EPAM)
Browse files

Merge branch 'gcp_run_docker' into 'master'

Register service can't run properly [GONRG-957]

See merge request !24
parents cd4b4c32 d2871dde
No related branches found
No related tags found
1 merge request!24Register service can't run properly [GONRG-957]
Pipeline #11825 canceled
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