File tree Expand file tree Collapse file tree
apache-karaf-feature/src/main/feature
providers/src/main/java/graphql/servlet/examples/osgi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33* .iml
44* .ipr
55* .iws
6- .idea /
6+ ** / .idea /
77target /
88/out /
99.classpath
Original file line number Diff line number Diff line change 55 name =" graphql-java-servlet-osgi-examples-karaf-feature" >
66 <feature dependency =" false" prerequisite =" true" >scr</feature >
77 <feature dependency =" false" prerequisite =" true" >war</feature >
8+ <feature dependency =" false" prerequisite =" true" >http</feature >
89 </feature >
910</features >
Original file line number Diff line number Diff line change 1+ package graphql .servlet .examples .osgi ;
2+
3+ import graphql .kickstart .servlet .OsgiGraphQLHttpServlet ;
4+ import org .osgi .service .component .annotations .Component ;
5+
6+ @ Component (
7+ property = { "alias=/graphql" , "servlet-name=Example" }
8+ )
9+ public class ExampleServlet extends OsgiGraphQLHttpServlet {
10+
11+ }
You can’t perform that action at this time.
0 commit comments