- 数据库结构
src/main/resources/sql
- 配置:
src/main/resources/application-dev.properties#spring.datasource
- 配置:
src/main/resources/application-dev.properties#redis
alias xflow='cd $HOME/w/java/flow-server/ && git pull && mvn package && cd script && ./restart.sh && cd ..'