# niubility-server **Repository Path**: pp_liang/niubility-server ## Basic Information - **Project Name**: niubility-server - **Description**: code template - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-09 - **Last Updated**: 2023-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # niubility #### 介绍 code template springboot 快速开发脚手架 #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) nginx html文件夹: /usr/share/nginx/html TODO: - [x] spring-security动态配置权限 - [x] 代码生成增强配置 - [x] 整合mybatis-plus - [ ] 整合微信公众号 - [ ] 抽取整合模块, common, system, message, wechat, security, apm(log), schedule - [ ] SQL动态设置column 类似PageInfo设置 ColumnHelper.setColumn(...) - [x] 定时任务 https://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ com.xuxueli xxl-job-core 2.3.0 https://hub.docker.com/r/xuxueli/xxl-job-admin/tags docker pull xuxueli/xxl-job-admin:2.3.0 mkdir -p /root/xxl-job-container/tmp docker run \ --restart=always \ -e PARAMS="--spring.datasource.url=jdbc:mysql://192.168.56.151:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai --spring.datasource.username=root --spring.datasource.password=741852963a --xxl.job.logretentiondays=30 --xxl.job.triggerpool.fast.max=200 --xxl.job.triggerpool.slow.max=100 --xxl.job.accessToken=emlnYWFp" \ -p 15000:8080 \ -v /root/xxl-job-container/tmp:/data/applogs --name xxl-job-admin -d xuxueli/xxl-job-admin:2.3.0