AdamBien / cors

CORS Support For JAX-RS 2.0 / JavaEE 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cors

CORS Support For JAX-RS 2.0 / JavaEE 7

#Usage

For CORS support activation add the following dependency to your Java EE 7 project. No further configuration is needed:

        <dependency>
            <groupId>com.airhacks</groupId>
            <artifactId>jaxrs-cors</artifactId>
            <version>0.0.2</version>
            <scope>compile</scope>
        </dependency>

About

CORS Support For JAX-RS 2.0 / JavaEE 7

License:Apache License 2.0


Languages

Language:Java 100.0%