-
登录Linux系统:
-
启动python服务
python -m http.server 8446
-
检查服务状态
ps -ef | grep spring-petclinic.jar
netstat -nlp | grep :8080
-
访问服务
-
启动ceshiiren.jar包
nohup java -jar ceshiren.jar --server.host=8877 > nohup.out 2>&1
-
查看浏览器请求
-
搭建spring-petclinic项目
-
插入owner数据
-
编写SQL验证正确性