Commit Graph

2090 Commits

Author SHA1 Message Date
Looly
dff0bf6490 add update method 2021-06-10 11:52:44 +08:00
Golden Looly
42b600b682
Merge pull request #1642 from xbkaishui/v5-dev
对称加密增加update功能
2021-06-10 09:17:21 +08:00
Looly
928866711b add jwt 2021-06-10 09:16:45 +08:00
飘辰
35e7c8a09d merge conflict 2021-06-09 16:26:07 +08:00
飘辰
b3a191bf90 对称密码增加update功能 2021-06-09 16:13:30 +08:00
Looly
227a740fab prepare 5.6.8 2021-06-09 01:35:41 +08:00
Looly
6ffc2cc29b fix comment 2021-06-09 01:16:13 +08:00
Looly
39269f0c9e 🌞release 5.6.7 2021-06-09 01:09:22 +08:00
Looly
ae50575d72 remove console debug 2021-06-09 01:04:29 +08:00
Looly
3ff0dc11d2 fix code 2021-06-08 19:42:36 +08:00
Looly
7c38e496f4 add contenttype 2021-06-08 12:13:35 +08:00
Golden Looly
80e0bbbbc1
Merge pull request #1639 from nancheung97/excel
🚩 新增操作excel时快速获取Content-Type的方法
2021-06-08 12:06:09 +08:00
NanCheung
4ee9c2cb08 🚩 新增操作excel时快速获取Content-Type的方法 2021-06-08 11:14:51 +08:00
Looly
8256af1552 add methods 2021-06-08 11:12:18 +08:00
Looly
0f5133013d change methods 2021-06-07 19:10:06 +08:00
Looly
671b6fa6a9 add methods 2021-06-07 18:58:59 +08:00
Looly
b0e62df7c6 add Stream utils 2021-06-07 18:46:24 +08:00
Looly
6a76d260fe remove jmh test 2021-06-07 12:03:54 +08:00
Looly
31ee6335c5 remove jmh test 2021-06-07 12:01:42 +08:00
Looly
c26343f462 remove jmh 2021-06-07 11:59:30 +08:00
Looly
649d41cd8a add jmh 2021-06-07 02:47:01 +08:00
Golden Looly
5ef8fab528
Merge pull request #1634 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveAllTrailingWhitespaceCleanUp-3
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-06-07 02:02:44 +08:00
Golden Looly
b8b1632f3b
Merge pull request #1633 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveAllTrailingWhitespaceCleanUp-1
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-06-07 02:02:16 +08:00
Golden Looly
dc42f9b123
Merge pull request #1632 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveAllTrailingWhitespaceCleanUp-2
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-06-07 02:01:29 +08:00
Golden Looly
597f8f2236
Merge pull request #1631 from cal101/erefactor/v5-dev-project/6/jdt-UseUnboxingCleanUp
[cleanup] erefactor/EclipseJdt - Use Unboxing
2021-06-07 02:00:54 +08:00
Golden Looly
f025e1e41f
Merge pull request #1630 from cal101/erefactor/v5-dev-project/6/jdt-RemoveUnusedLocalVariableCleanUp-2
[cleanup] erefactor/EclipseJdt - Remove unused local variables
2021-06-07 01:59:59 +08:00
Looly
70eb424cd5 fix code 2021-06-07 01:59:07 +08:00
cal101
bc3c3d08d2 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 17:20:14 +00:00
cal101
b1e5b8286d [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 17:20:13 +00:00
cal101
5990db3dbb [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 17:20:13 +00:00
cal101
469d62d679 [cleanup] erefactor/EclipseJdt - Use Unboxing
EclipseJdt cleanup 'UseUnboxing' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 17:10:37 +00:00
cal101
4a23342078 [cleanup] erefactor/EclipseJdt - Remove unused local variables
EclipseJdt cleanup 'RemoveUnusedLocalVariable' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 16:59:07 +00:00
Looly
028c3ed60d add method 2021-06-07 00:39:21 +08:00
Looly
7693bc131e fix code 2021-06-07 00:27:39 +08:00
Golden Looly
1a4a38295c
Merge pull request #1628 from cal101/erefactor/v5-dev-project/1-bug/jdt/jdt-OptimizeStringBuilderCleanUp
[cleanup] erefactor/EclipseJdt - Replace String concatenation by Stri…
2021-06-07 00:23:38 +08:00
Golden Looly
e5448b08e6
Merge pull request #1627 from cal101/erefactor/v5-dev-project/1/jdt/jdt-InvertEqualsCleanUp
[cleanup] erefactor/EclipseJdt - Invert equals arguments if parameter…
2021-06-07 00:22:11 +08:00
Golden Looly
25082777c0
Merge pull request #1625 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveAllTrailingWhitespaceCleanUp-1
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-06-07 00:19:26 +08:00
Golden Looly
53b523be6c
Merge pull request #1624 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveAllTrailingWhitespaceCleanUp-2
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-06-07 00:18:50 +08:00
Looly
ab195f4e67 add return 2021-06-07 00:00:45 +08:00
cal101
352d2d8a30 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 14:00:58 +00:00
cal101
7a096caef5 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 14:00:57 +00:00
cal101
610ff20692 [cleanup] erefactor/EclipseJdt - Replace String concatenation by StringBuilder
EclipseJdt cleanup 'OptimizeStringBuilder' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 13:40:30 +00:00
cal101
86caedac50 [cleanup] erefactor/EclipseJdt - Invert equals arguments if parameter is constant string
EclipseJdt cleanup 'InvertEquals' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 13:37:57 +00:00
Golden Looly
c402d7cbc2
Merge pull request #1622 from cal101/erefactor/v5-dev-project/1/jdt/jdt-UseAutoboxingCleanUp
[cleanup] erefactor/EclipseJdt - Use Autoboxing
2021-06-06 07:59:19 +08:00
Golden Looly
33543c7bdf
Merge pull request #1621 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveAllTrailingWhitespaceCleanUp-1
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-06-06 07:56:41 +08:00
Golden Looly
a65d77eb63
Merge pull request #1620 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveAllTrailingWhitespaceCleanUp-2
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-06-06 07:56:10 +08:00
Golden Looly
02f3a4e338
Merge pull request #1619 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveAllTrailingWhitespaceCleanUp-3
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-06-06 07:55:33 +08:00
Golden Looly
b274f59ae4
Merge pull request #1618 from cal101/erefactor/v5-dev-project/1/jdt/jdt-ReplaceRegexpWithPlainReplaceCleanUp
[cleanup] erefactor/EclipseJdt - Replace regular expression replace w…
2021-06-06 07:54:40 +08:00
Golden Looly
c9213075b2
Merge pull request #1617 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveUnusedImportCleanUp
[cleanup] erefactor/EclipseJdt - Remove unused imports
2021-06-06 07:53:50 +08:00
cal101
8165442121 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-05 12:14:11 +00:00