SpringBoot Starter
Using curl_init in Zend Application is causing Session Error
I\'m getting this weird error in my Zend application with this piece of code: $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, \'www.xyz.com/ab.php\');[详细]
2022-12-29 05:33 分类:问答-
详解SpringBoot如何自定义一个Starter
目录需求starter创建自定义配置信息类发送消息的实现自动配置类spring.factories项目结构如何使用该starter需求在一个项目中,用户需要发送消息,可以通过邮件,QQ,微信,钉钉,飞...[详细]
2022-11-28 13:29 分类:开发