Skip to content

Commit f0df735

Browse files
committed
优化springboot重复代码
1 parent 79f0754 commit f0df735

File tree

1,195 files changed

+957
-73744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,195 files changed

+957
-73744
lines changed

.DS_Store

0 Bytes
Binary file not shown.

java110-bean/.DS_Store

0 Bytes
Binary file not shown.

springboot/src/main/java/com/java110/boot/smo/payment/adapt/IPayNotifyAdapt.java renamed to java110-boot/src/main/java/com/java110/api/ApiApplicationStart.java

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,9 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package com.java110.boot.smo.payment.adapt;
16+
package com.java110.api;
1717

18-
public interface IPayNotifyAdapt {
18+
public class ApiApplicationStart {
1919

20-
/**
21-
* 通知
22-
*
23-
* @param param
24-
* @return
25-
* @throws Exception
26-
*/
27-
String confirmPayFee(String param,String wId);
2820

29-
30-
31-
}
21+
}

service-api/.DS_Store

0 Bytes
Binary file not shown.

service-api/src/main/java/com/java110/api/bmo/ApiBaseBMO.java

Lines changed: 0 additions & 310 deletions
This file was deleted.

0 commit comments

Comments
 (0)