You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/04/27 01:21:42 UTC

[GitHub] [incubator-linkis] CCweixiao opened a new issue, #2041: [Bug] 修改数据源配置信息的接口404(Interface 404 for modifying data source configuration information)

CCweixiao opened a new issue, #2041:
URL: https://github.com/apache/incubator-linkis/issues/2041

   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-public-enhancements
   
   ### What happened + What you expected to happen
   
   数据源配置信息的更新接口404
   Interface 404 for modifying data source configuration information
   
   <img width="749" alt="image" src="https://user-images.githubusercontent.com/27730211/165419245-19810f77-61da-4231-99fb-0613a496352f.png">
   
   
   
   ### Relevent platform
   
   centos7 
   
   ### Reproduction script
   
   ```java
   @RestController
   @RequestMapping(
           value = "/data-source-manager",
           produces = {"application/json"})
   public class DataSourceCoreRestfulApi {
   
       @RequestMapping(value = "/info/{dataSourceId}/json", method = RequestMethod.PUT)
       public Message updateDataSourceInJson(
               @RequestBody DataSource dataSource,
               @PathVariable("dataSourceId") Long dataSourceId,
               HttpServletRequest req) {
   
   }
   
   }
   ```
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong closed issue #2041: [Bug] [1.1.2]修改数据源配置信息的接口404(Interface 404 for modifying data source configuration information)

Posted by GitBox <gi...@apache.org>.
peacewong closed issue #2041: [Bug] [1.1.2]修改数据源配置信息的接口404(Interface 404 for modifying data source configuration information)
URL: https://github.com/apache/incubator-linkis/issues/2041


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org