Skip to content

Demo to show how to use Spring and arctic-sea to query the SOS

Notifications You must be signed in to change notification settings

52North/demo-spring-arctic-sea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-spring-arctic-sea

Demo to show how to use Spring and arctic-sea to query the SOS

Run the org.n52.demo.DemoApplication in the /app module

Important configs

DemoApplication.java:

  • @ImportResource({"classpath*:/spring/arctic-sea.xml"}) : some beans from arctic-sea
  • ctx.getBean(LifecycleBeanPostProcessor.class); : The processsor that load the decoder/encoder into the appropriate repositories

spring/arctic-sea.xml:

  • Defines some beans, e.g. the decoder and encoder repositories

application.yml:

  • define the host, port and path of the SOS

About

Demo to show how to use Spring and arctic-sea to query the SOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages