HelloServlet

时间:2024-03-16 02:30:05
【文件属性】:

文件名称:HelloServlet

文件大小:27KB

文件格式:ZIP

更新时间:2024-03-16 02:30:05

Java

HelloServlet 可以使用EAP或Java Web Server(JWS)部署到OpenShift的示例Java Web应用程序 要让OpenShift使用Java Web Server(JWS)模板构建此应用程序 查找可用的JWS模板 oc new-app --search --template = jws 获取模板的参数 oc new-app --search --template = jws50-tomcat9-basic-s2i --output = yaml 创建应用程序 oc new-app --template = jws50-tomcat9-basic-s2i --param = APPLICATION_NAME = tprinzjws --param = SOURCE_REPOSITORY_URL = --param = SOURCE_REPOSITORY


【文件预览】:
HelloServlet-master
----src()
--------main()
----target()
--------maven-status()
--------classes()
----LICENSE(34KB)
----README.md(2KB)
----pom.xml(2KB)
----azure-pipelines.yml(769B)
----.gitignore(449B)
----manualbuild()
--------WEB-INF()
--------HelloServletManual.war(3KB)
--------manualbuild.sh(903B)
----azure-pipelines-1.yml(1KB)

网友评论