Skip to content

Commit

Permalink
add process deply controller
Browse files Browse the repository at this point in the history
  • Loading branch information
leelance committed Jan 6, 2017
1 parent f3815b7 commit 41748f7
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.lance.activiti.web.process;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;

@Controller
@RequestMapping("/admin/process/deploy/")
public class ProcessDeployController {

}

0 comments on commit 41748f7

Please sign in to comment.