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 "Xun Liu (Jira)" <ji...@apache.org> on 2019/09/02 08:35:00 UTC

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

Xun Liu created SUBMARINE-160:
---------------------------------

             Summary: Move Restful code to new service class
                 Key: SUBMARINE-160
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-160
             Project: Hadoop Submarine
          Issue Type: Sub-task
            Reporter: Xun Liu


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.2#803003)