
springboot
龙城烟雨
黄沙百战穿金甲,不破楼兰终不还。
展开
-
阿里云centos7.0安装nginx
最近要用到nginx前端映射了,要在服务器上搭建一个nginx首先nginx是源码包要下载一个自己所需要的版本nginx下载地址3.如果网速太卡可以使用阿里云内部网络下载cd /usr/local/softwget -c https://nginx.org/download/nginx-1.10.3.tar.gz第二步安装nginx所需要的环境1.安装 nginx 需要源码进行编译,编译依赖 gcc 环境使用yun安装即可 yum install gcc-c++2.Nginx.原创 2020-07-26 19:31:55 · 258 阅读 · 0 评论 -
部署项目java.sql.SQLSyntaxErrorException: Table ‘xxxxxxxx.QRTZ_LOCKS‘ doesn‘t exist]
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jobController': Unsatisfied dependency expressed through field 'jobService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error原创 2020-07-25 14:11:47 · 7221 阅读 · 0 评论 -
springboot的开拓之路二
1.表的设计表的设计至关重要bs_obtion_employment_ststusobtion:项目路径下的模块名称status:一个子模块实体类:EmploymentStstus名 类型 长度 小数点 不是null 键 注释id int 11 0 x 主键id.........2.模板的字段注释和数据库字段注释,前端字段的一样3.在系统中登录系统生成工具:功能代码生成,找到bs_obtion_employment_ststus这张表,注释字段和excel的原创 2020-07-14 10:54:02 · 202 阅读 · 0 评论 -
springboot开发步骤整理,仅对工作做记录
------始终相信好记性不如烂笔头---------第一步:1.controller 写模板的读取的行数、模板的位置、定义字段 /** * 导出工业监测列表 */ //@RequiresPermissions("business/obtain:entsmonitor:export") @Log(title = "工业监测", businessType = BusinessType.EXPORT) @PostMapping("/export")原创 2020-07-08 14:11:02 · 221 阅读 · 0 评论