Skip to content

AdamBien/cors

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages