<dependencies> ... <dependency> <groupId>io.dekorate</groupId> <artifactId>openshift-annotations</artifactId> <version>1.13.2</version> </dependency> ... </dependencies> @OpenshiftApplication(name = "MyApp") public class Application { public static void main(String[] args) { // Your application logic here } } @OpenshiftRoute @RestController public class MyController { @GetMapping("/hello") public String hello() { return "Hello World!"; } } <build> ... <plugins> ... <plugin> <groupId>io.dekorate</groupId> <artifactId>openshift-maven-plugin</artifactId> <version>1.13.2</version> <executions> <execution> <goals> <goal>generate</goal> </goals> </execution> </executions> </plugin> ... </plugins> ... </build>


上一篇:
下一篇:
切换中文