jk28-lifeng-linux与sql作业

  • 登录Linux系统:
    image

  • 启动python服务
    python -m http.server 8446
    image-20231025161807349

  • 检查服务状态
    ps -ef | grep spring-petclinic.jar
    image-20231025161807349

netstat -nlp | grep :8080
image-20231025161750275

  • 访问服务
    image

  • 启动ceshiiren.jar包
    nohup java -jar ceshiren.jar --server.host=8877 > nohup.out 2>&1
    image

  • 查看浏览器请求
    image

  • 搭建spring-petclinic项目
    image

  • 插入owner数据

  • 编写SQL验证正确性