Dongdong

Results 8 comments of Dongdong

I am using feign + feign-spring4 in the client app. In the server side, use spring boot. I found the cause of the problem. As you see the method declaration,...

For the prefix of the path, we can specify by the configuration file of spring. In practice, we often put the view in a package, put CSS in another package,...

I mean if the network is recovered, the DNS has not fully recovered(May take 15 second), which will cause the ElasticJob to offline, and Thread is dead, the ElasticJob will...

This is really bad, there are too many dependencies in 3.x. It is very difficult to start in an OSGi environment. /(ㄒoㄒ)/~~

I read your[ latest post](https://mapdb.org/blog/mapdb_in_february_2021/) about working on `mapdb-core`. hope everything is fine

通过配置部署参数,提供该功能,例如 ```yml deploy: type: cos xxx: [local|remote] ``` 标识文件以远程还是本地为准 该功能可于3月份发布

现在支持使用环境变量配置,在未配置secretId、secretKey等参数的情况下,会从环境变量读取 [https://github.com/sdlzhd/hexo-deployer-cos/issues/6](https://github.com/sdlzhd/hexo-deployer-cos/issues/6)