Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Register
Commits
041d6807
Commit
041d6807
authored
Oct 13, 2020
by
Riabokon Stanislav(EPAM)[GCP]
Browse files
Added @SpringBootApplication
parent
38893c92
Changes
1
Hide whitespace changes
Inline
Side-by-side
provider/register-gcp/src/main/java/org/opengroup/osdu/register/provider/gcp/RegisterApplication.java
View file @
041d6807
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
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment