cloud-demo/README.md

9 lines
818 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

- mfp-pom/mfp-cloud-starter-5.1.pom 和 mfp-pom/pom.xml 的内容是一样的mfp-pom/pom.xml 需要替换掉 jar 包中的 pom.xmlmfp-pom/mfp-cloud-starter-5.1.pom 替换掉本地仓库中,和 jar 包在同一目录下的对应文件。
- com.nantian.mfp 包中的类用于覆盖 jar 包中的类,可放在项目中,也可编译后直接替换掉 jar 包中对应的 *.class 文件。
- demo 里有 RestfulResult 是我自己弄的,可以这么搞,但是建议按照项目具体的需要。
- ExceptionHandler 我试过是生效的。但是 MFP 带一个默认的,都不一定适用,也是根据具体项目的需要弄。
- Service 类名个人建议使用能描述 service 作用的名称,用 spring 的注解指定 bean 名称(带交易码)就行,不建议直接用交易码命名。