Browse Source

引入封装 浙政钉 client 依赖

master
Lierbao 1 year ago
parent
commit
d0795b950c
2 changed files with 13 additions and 2 deletions
  1. +12
    -0
      pmapi/pom.xml
  2. +1
    -2
      pmapi/src/main/java/com/ningdatech/pmapi/user/controller/UserInfoController.java

+ 12
- 0
pmapi/pom.xml View File

@@ -248,6 +248,18 @@
<groupId>com.ningdatech</groupId>
<artifactId>nd-flowable-starter</artifactId>
</dependency>

<dependency>
<groupId>com.ningdatech</groupId>
<artifactId>nd-zwdd-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
<version>1.0.0</version>
</dependency>
</dependencies>
<!-- 打包 -->
<!--配置环境的profile-->


+ 1
- 2
pmapi/src/main/java/com/ningdatech/pmapi/user/controller/UserInfoController.java View File

@@ -1,9 +1,8 @@
package com.ningdatech.pmapi.user.controller;


import org.springframework.web.bind.annotation.RequestMapping;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;

/**
* <p>


Loading…
Cancel
Save