@SpringBootApplication @ComponentScan(basePackageClasses=Application.class) public class Application extends org.springframework.boot.web.support.SpringBootServletInitializer
Modifier and Type | Class and Description |
---|---|
static class |
Application.JavaServiceEmptyClasspath |
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
io.atlasmap.service.AtlasService |
atlasService() |
io.atlasmap.java.service.JavaService |
javaService() |
io.atlasmap.json.service.JsonService |
jsonService() |
static void |
main(String[] args) |
io.atlasmap.xml.service.XmlService |
xmlService() |
public static void main(String[] args)
@Bean public io.atlasmap.java.service.JavaService javaService()
@Bean public io.atlasmap.json.service.JsonService jsonService()
@Bean public io.atlasmap.xml.service.XmlService xmlService()
@Bean public io.atlasmap.service.AtlasService atlasService() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
Copyright © 2018 JBoss by Red Hat. All rights reserved.