Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一份 JavaScriptor 的 Spring Boot 入坑指南 #95

Open
iiuhuy opened this issue Jul 18, 2020 · 0 comments
Open

一份 JavaScriptor 的 Spring Boot 入坑指南 #95

iiuhuy opened this issue Jul 18, 2020 · 0 comments
Labels

Comments

@iiuhuy
Copy link
Owner

iiuhuy commented Jul 18, 2020

一份 JavaScriptor 的 Spring Boot 入坑指南

折腾 Spring Boot 大概也有两三个月了,当初学这个的目的是为了学习下后端的知识,目前团队后端是用 Spring Boot 写的。适当总结下。

Q&A

1.如果工程由于特定的原因,需要有自己的 parent ,不能使用 Spring Boot start parent 作为我们的 parent,那该怎么办呢?

声明一个 dependency Management,把 Spring Boot 的依赖完整的 import 进来,通过这样的方式同样可以实现 parent 所做的依赖管理的功能。
同样的在

概念

  • DTO(Data Transfer Object)
  • entity
  • qo
  • ro
  • VO(View Object)

其他:

  • DO(Domain Object)
  • PO(Persistent Object)
@iiuhuy iiuhuy added the Java label Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant