Skip to content

Commit

Permalink
add enableProcessApplication to example-web, fixes #183
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Feb 10, 2017
1 parent cccd6db commit af6350c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/_camunda-enterprise.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ If using enterprise, you can also use the `camunda.bpm.license-file` property to
that is inserted on application start. Or copy your license file under the name `camunda-license.txt`
to your `src/main/resources`.

Attention: due to the nature of the maven build plugin, using the enterprise edition webjar is currently not supported if you use gradle!

Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package org.camunda.bpm.spring.boot.example.web;

import org.camunda.bpm.spring.boot.starter.annotation.EnableProcessApplication;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
@EnableProcessApplication
public class RestApplication {

public static void main(final String... args) throws Exception {
Expand Down
Empty file.

0 comments on commit af6350c

Please sign in to comment.