You are viewing a plain text version of this content. The canonical link for it is here.
Posted to submarine-dev@hadoop.apache.org by "Liu Xun (Jira)" <ji...@apache.org> on 2019/10/02 01:05:00 UTC

[jira] [Updated] (SUBMARINE-160) Move Restful code to new workbench service class

     [ https://issues.apache.org/jira/browse/SUBMARINE-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Xun updated SUBMARINE-160:
------------------------------
    Summary: Move Restful code to new workbench service class  (was: Move Restful code to new service class)

> Move Restful code to new workbench service class
> ------------------------------------------------
>
>                 Key: SUBMARINE-160
>                 URL: https://issues.apache.org/jira/browse/SUBMARINE-160
>             Project: Hadoop Submarine
>          Issue Type: Sub-task
>            Reporter: Xun Liu
>            Assignee: zhulinhao
>            Priority: Major
>              Labels: submarine-external-repo
>
> Move the database operation logic, from Restful to the newly created service class.
> e.g.,
> Move
>  
> {code:java}
> https://github.com/hadoopsubmarine/submarine/blob/master/submarine-server/src/main/java/org/apache/submarine/rest/SysUserRestApi.java
> {code}
> TO
>  
>  
> {code:java}
> https://github.com/hadoopsubmarine/submarine/blob/master/submarine-server/src/main/java/org/apache/submarine/database/service/SysUserService.java
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)