陈显林-个人网站 Stay Hungry,Stay Foolish.

Springboot3与Java17的结合

这两天java不是发布了24版本嘛,大概看了一下新功能列表,感觉没有哪个是像java8中Lambda表达式、Stream流、日期API、CompletableFuture或Java21中的虚拟线程、结构化并发、分代式ZGC等具有”划时代“意义特性的,而且24版本也不是LTS所谓的长期支持版本,所以基

cxl cxl Published on 2025-03-20

jar包启动脚本

#!/bin/bash NAME=app APP_NAME=test-$NAME.jar DEPLOY_DIR=`pwd` usage() { echo "Usage: app.sh [start|stop|restart|status]" exit 1 } is_e

cxl cxl Published on 2025-03-03