Compare commits

..

17 Commits

Author SHA1 Message Date
jasder f913298128 Update HelloWorld.java
1 week ago
jasder c140f79ad2 Update temp.txt
1 week ago
jasder 50b215552e 手动更新
1 week ago
jasder 6554da7dad Update '.trustie-pipeline.yml'
1 week ago
m53297601 7a64c763f2 Update .trustie-pipeline.yml
continuous-integration/drone/push Build is passing Details
2 years ago
m53297601 0c3a39c4c4 Update temp.txt
continuous-integration/drone/push Build is passing Details
2 years ago
jasder duan c49c1a0a8b FIX 更部署的服务器端口号
continuous-integration/drone/push Build is passing Details
2 years ago
m53297601 7582d90962 Update temp.txt
continuous-integration/drone/push Build is failing Details
2 years ago
m53297601 0e3b60016a Update pom.xml
2 years ago
Huang f315ba9356 temp
continuous-integration/drone/push Build is passing Details
3 years ago
m53297601 289744dcda Update README.md
continuous-integration/drone/push Build is passing Details
3 years ago
m53297601 dadc1d9abd Update HelloWorld.java
continuous-integration/drone/push Build is passing Details
3 years ago
yystopf 1e6673e578 Update HelloWorld.java
3 years ago
m53297601 2c359e9fcd Update .gitignore
4 years ago
p47623895 d57aaf0de7 Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build is passing Details
4 years ago
p47623895 3bf40106ea Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build is passing Details
4 years ago
m53297601 07027667d2 Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build is passing Details
4 years ago

4
.gitignore vendored

@ -1,8 +1,7 @@
# ---> Java
#
# Compiled class file
fsf
*.class
#.fsl
# Log file
*.log
@ -24,4 +23,3 @@ fsf
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
*.mac

@ -1,19 +1,12 @@
kind: pipeline
type: docker
name: 开发流水线
name: 测试流水线
platform:
os: linux
arch: amd64
volumes:
- name: cache
host:
path: /var/lib/cache
steps:
- name: maven
image: maven:3-jdk-10
volumes:
- name: cache
path: /root/.m2
commands:
- mvn package -DskipTests=true
# 本模板示例为上传软件包和部署脚本到home目录
@ -54,3 +47,8 @@ steps:
- docker build -t mo-test:1.0 .
- docker run -d -p 8080:8080 --name mo-test mo-test:1.0
- echo ====部署成功======
trigger:
branch:
- develop
event:
- push

@ -1,6 +1,6 @@
#添加docker镜像
FROM tomcat:8.5.83-jdk8-temurin-focal
FROM tomcat
#添加作者信息
MAINTAINER moshenglv@163.com

@ -1,16 +1,15 @@
## 操作步骤11
## 操作步骤
#### 1. 在线修改信息 src/main/java/controller/HelloWorld.java 文件信息内容,如下图:
![](https://forge.educoder.net/api/attachments/1663370?raw=true)
#### 2. 修改成功后,会自动发构建、自动测试、自动部署
![](https://forge.educoder.net/api/attachments/1663375?raw=true)
#### 2. 修改成功后,会自动发构建、自动测试、自动部署
![](https://forge.educoder.net/api/attachments/1663375)
#### 3. 构建成功后,访问如下链接,即可查看效果
http://39.98.49.211:8080/demo/hello
http://117.50.189.36:8080/demo/hello
![](https://forge.educoder.net/api/attachments/1663377?raw=true)
![](https://forge.educoder.net/api/attachments/1663377)

@ -1 +0,0 @@
// hello world java ..

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
@ -15,7 +15,6 @@
<maven.compiler.source>1.8</maven.compiler.source>
<junit.version>5.6.2</junit.version>
</properties>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>

@ -9,11 +9,12 @@ import java.io.IOException;
import java.io.PrintWriter;
public class HelloWorld extends HttpServlet {
private String message;
@Override
public void init() throws ServletException {
message = "Hello JAVA20230919, this message is from servlet! 2023-09-13 09:10 <br /> <img width=\"1200px\" src=\"https://ali-cdn.educoder.net/images/avatars/HomeDiscipline/5?t=1614734991\">";
message = "Hello world, this message is from servlet! Good Luck. ";
}
@Override

@ -0,0 +1 @@
txt file .

@ -1,3 +0,0 @@
# 添加一些内容
## 二级标题
## 三级标题
Loading…
Cancel
Save