geekidea / spring-boot-plus

:fire: Spring-Boot-Plus is an easy-to-use, high-speed, high-efficient,feature-rich, open source spring boot scaffolding. :rocket:
https://springboot.plus
MIT License
2.46k stars 722 forks source link

StringToDateUtil线程不安全 #145

Closed liudax closed 3 months ago

liudax commented 3 years ago

StringToDateUtil 全局变量SimpleDateFormat数组线程不安全,在参数绑定时,容易出错,而且各种各样的。建议换成joda-time

springboot-plus commented 3 months ago

已解决