This website requires JavaScript.
Explore
Help
Sign In
open-source
/
MallChat
Watch
1
Star
0
Fork
0
You've already forked MallChat
mirror of
https://github.com/zongzibinbin/MallChat.git
synced
2026-03-15 23:23:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5c252b1d0487df260f5e1f4a2bd00882fa7d50ac
MallChat
/
mallchat-custom-server
/
src
/
main
/
java
/
com
/
abin
/
mallchat
/
custom
/
chat
History
Yancyji
5c252b1d04
style:TextMsgHandler中自动装配规范问题修改。static 成员不应该使用Autowired注解装配;且会找不到PrioritizedUrlTitleDiscover类型的bean对象。修复方式为:去除@Autowired注解,使用new方式创建对象
2023-06-19 08:51:51 +00:00
..
controller
fix:前后端交互优化
2023-06-18 20:02:44 +08:00
domain
/vo
fix:前后端交互优化
2023-06-18 20:02:44 +08:00
service
style:TextMsgHandler中自动装配规范问题修改。static 成员不应该使用Autowired注解装配;且会找不到PrioritizedUrlTitleDiscover类型的bean对象。修复方式为:去除@Autowired注解,使用new方式创建对象
2023-06-19 08:51:51 +00:00