File tree Expand file tree Collapse file tree 6 files changed +21
-6
lines changed
src/main/java/io/geekidea/springbootplus Expand file tree Collapse file tree 6 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1+ # TODO
2+
3+ ## [ V1.5]
4+ - 代码生成起优化,是否生成自定义update方法
5+ - 黑白名单,配置文件和数据库可配置,并缓存到Redis
6+ - Redis Cache注解使用
7+ - ok http工具类
8+ - Excel解析
9+ - 项目代码遵循阿里代码规范优化
10+ - 字典表
11+ - 配置参数表
12+ - 上传文件附件表
13+
14+ ## [ V1.6]
15+ - Spring security集成
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package io .geekidea .springbootplus .xss ;
17+ package io .geekidea .springbootplus .common . xss ;
1818
1919import lombok .extern .slf4j .Slf4j ;
2020
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package io .geekidea .springbootplus .xss ;
17+ package io .geekidea .springbootplus .common . xss ;
1818
1919import org .apache .commons .lang3 .ArrayUtils ;
2020import org .apache .commons .text .StringEscapeUtils ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package io .geekidea .springbootplus .xss ;
17+ package io .geekidea .springbootplus .common . xss ;
1818
1919import com .fasterxml .jackson .core .JsonParser ;
2020import com .fasterxml .jackson .core .JsonProcessingException ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package io .geekidea .springbootplus .xss ;
17+ package io .geekidea .springbootplus .common . xss ;
1818
1919import com .fasterxml .jackson .core .JsonGenerator ;
2020import com .fasterxml .jackson .databind .JsonSerializer ;
Original file line number Diff line number Diff line change 3434import io .geekidea .springbootplus .config .json .jackson .serializer .JacksonDateSerializer ;
3535import io .geekidea .springbootplus .config .json .jackson .serializer .JacksonIntegerDeserializer ;
3636import io .geekidea .springbootplus .constant .DatePattern ;
37- import io .geekidea .springbootplus .xss .XssJacksonDeserializer ;
38- import io .geekidea .springbootplus .xss .XssJacksonSerializer ;
37+ import io .geekidea .springbootplus .common . xss .XssJacksonDeserializer ;
38+ import io .geekidea .springbootplus .common . xss .XssJacksonSerializer ;
3939import org .springframework .context .annotation .Configuration ;
4040import org .springframework .http .converter .HttpMessageConverter ;
4141import org .springframework .http .converter .json .MappingJackson2HttpMessageConverter ;
You can’t perform that action at this time.
0 commit comments