Skip to content

raml2spring/maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raml2Spring Maven Plugin Build Status Maven Central

Generates Spring code from RAML.

Prerequisites

Java 8

Usage

<plugin>
<groupId>com.github.raml2spring</groupId>
<artifactId>raml2spring-maven-plugin</artifactId>
<version>x.x.x</version>
<configuration>
    <ramlPath>src/main/resources/api.raml</ramlPath>
    <basePackage>com.example</basePackage>
    <outputPath>./target/generated-sources/</outputPath>
</configuration>
<executions>
    <execution>
        <id>generate-spring-endpoints</id>
        <phase>generate-sources</phase>
        <goals>
            <goal>generate</goal>
        </goals>
    </execution>
</executions>
</plugin>

About

Generates Spring code from RAML 1.0

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages