Commit Graph

111 Commits

Author SHA1 Message Date
sober
4fec87a770 remove useless reference and modify log print type about core (#218) 2019-06-26 15:10:43 +08:00
Junling Bu
227af6dcbf fix[litemall-core]: throws Exception 2019-06-14 19:36:02 +08:00
John Bergqvist
09ad661e68 Add Unit tests for org.linlinjava.litemall.core.util.bcrypt.BCrypt (#207)
These tests were written using Diffblue Cover
Dependencies required to run these tests have been added
2019-06-14 16:52:56 +08:00
Junling Bu
edce9ec2c4 fix[litemall-core]: 可能解决跨域问题 2019-06-12 23:23:00 +08:00
Junling Bu
4d28bc2d1b feat[litemall-core]: 数组数据进一步增加分页信息 2019-05-07 10:28:56 +08:00
Junling Bu
d60e90b02e chore[litemall-core]: 数组对象统一调整成data的list和total 2019-05-06 14:25:29 +08:00
Junling Bu
d27fd3892c feat[litemall-admin, litemall-admin-api]: 支持操作日志管理 2019-04-14 11:55:09 +08:00
Junling Bu
4f907c00de fix[litemall-admin-api]: 系统订单的时间参数起作用。 2019-04-11 23:04:39 +08:00
Junling Bu
05aa809c9d feat[litemall-admin-api, litemall-core, litemall-admin]: 支持配置管理,但后端部分配置信息(如订单、运费)还没有真正接入。 2019-04-09 22:43:34 +08:00
Junling Bu
fd80760bb5 fix[litemall-admin-api, litemall-core]: 对象存储返回对象存储信息,而不仅仅是图片链接 2019-04-06 23:10:55 +08:00
Junling Bu
5d8dff4b6e fix: maven缺失hibernate-validator 2019-03-06 22:52:13 +08:00
Junling Bu
cfcf7c6d2b chore: SpringBootApplication的scanBasePackages好像需要分别设置才能扫描成功(原因不清楚)。 2019-01-16 15:37:12 +08:00
Junling Bu
4389c07313 chore[litemall-core, litemall-admin-api]: Shiro的Exception采用专门的Handler处理 2019-01-16 15:31:50 +08:00
Junling Bu
7aca6bcc94 fix: Spring Boot应该使用spring.messages.encoding 2019-01-09 20:56:44 +08:00
Junling Bu
618a8b98b7 chore[litemall-admin-api]: 简化代码 2018-12-31 23:51:03 +08:00
Junling Bu
78a062e234 feat[litemall-admin, litemall-admin-api, litemall-core]:引入shiro库,代替原来的登陆认证机制,但是还不支持授权。 2018-12-31 23:21:31 +08:00
Junling Bu
dcf3869f08 chore[litemall-core]: 快递鸟API调整 2018-12-23 16:04:05 +08:00
Junling Bu
c04a6ec249 chore[litemall-admin-api]: 删除没有用的代码 2018-12-02 20:17:49 +08:00
Junling Bu
97011e15a3 feat[litemall-admin]: 支持微信退款 2018-11-29 20:46:14 +08:00
Junling Bu
7b90484d81 chore: 错误码避免magic number 2018-11-25 16:21:05 +08:00
Junling Bu
b7f2e5d96c chore[后端服务]: 后台服务Application微调 2018-11-16 21:53:07 +08:00
Junling Bu
a5c2aff47d chore[后端服务]: 后端服务代码基于IDEA的reformat code工具格式化代码,但是mybatis generator生成的代码除外。 2018-11-16 21:44:11 +08:00
Junling Bu
59592ca0b6 fix[litemall-core, litemall-wx-api]: 异步不应该返回值。 2018-11-15 19:43:38 +08:00
Junling Bu
b05140b928 litemall-core微调 2018-11-09 19:51:42 +08:00
Junling Bu
35d08ff02e 完善账号注册功能 2018-11-05 10:23:54 +08:00
Junling Bu
db0995d1d8 chore[litemall-core]: 采用SyncTaskExecutor调度器来测试异步方法 2018-11-01 20:29:14 +08:00
Junling Bu
f76c8efc24 feat[litemall-core]: 物流查询失败时存在Reason,保存失败消息 2018-10-30 23:41:13 +08:00
Junling Bu
a13a230efe fix[litemall-core]: 物流测试用例不正确 2018-10-30 23:00:38 +08:00
Junling Bu
3debeb035a chore[litemall-core,litemall-wx-api]: 测试代码调整 2018-10-30 21:17:24 +08:00
Junling Bu
9a2a2bdd48 fix[litemall-wx-api, litemall-wx]: 重新修复收货地址不能修改 2018-10-26 20:43:18 +08:00
Junling Bu
dabc4edeb8 chore[litemall]: 更新weixin-java-tools到3.2.0 2018-10-25 17:22:58 +08:00
Junling Bu
5920f9b1cb 采用乐观锁更新数据,需要处理更新失败的情况。 2018-09-26 17:12:16 +08:00
Junling Bu
db0ab876cf fix[litemall-core]: 修复异常报错信息 2018-09-15 23:49:32 +08:00
Menethil
854bacf604 添加Renard小程序 2018-08-25 10:19:25 +08:00
Menethil
f3d9fce507 修复BUG:图片上传 2018-08-18 22:49:23 +08:00
Menethil
78127aed91 物流信息改为随订单详情返回,移除物流订单API 2018-08-15 00:29:41 +08:00
Junling Bu
0627802cb0 fix[litemall-core]: 七牛存储里面的上传凭证实时生成 2018-08-10 14:26:20 +08:00
Menethil
b2d9fd3c12 Merge remote-tracking branch 'origin/master' 2018-08-09 21:38:01 +08:00
Junling Bu
bc7231a6e4 fix[litemall-core]: 配置七牛云出错 2018-08-09 19:06:26 +08:00
Junling Bu
da5beedf38 chore[litemall-core]: 添加一个IllegalArgumentException的处理器 2018-08-09 19:05:50 +08:00
Menethil
0b1435e09e Merge remote-tracking branch 'origin/master' 2018-08-09 16:33:38 +08:00
Junling Bu
4fc62cd286 feat[litemall-core]: 支持七牛云对象存储 2018-08-09 14:50:52 +08:00
Menethil
02a41fd431 优化团购 2018-08-08 15:46:59 +08:00
Menethil
fd710d1524 添加团购 2018-08-07 03:44:52 +08:00
Menethil
6f8bedd4e5 修改StoreService 2018-08-06 21:09:33 +08:00
Menethil
23b1821a17 添加团购 2018-08-06 09:42:17 +08:00
Menethil
39135af382 添加团购 2018-08-05 19:19:32 +08:00
Menethil
84afede401 Merge remote-tracking branch 'origin/master' 2018-08-05 19:03:25 +08:00
Junling Bu
9d3aca598b chore: 升级Spring Boot到2.0.4 2018-08-04 22:21:55 +08:00
Junling Bu
0ebabe1fbc chore[litemall-core]:整理pom.xml 2018-08-04 21:06:19 +08:00