nick-yegw / personal-manager

Apache License 2.0
1 stars 1 forks source link

完成项目代码的初始化 #1

Open nick-yegw opened 4 years ago

nick-yegw commented 4 years ago
  1. 项目生成参考 - https://start.spring.io/

image

nick-yegw commented 4 years ago

开发工具参考 - https://docs.spring.io/spring-boot/docs/current/reference/html/using-spring-boot.html#using-boot-devtools

nick-yegw commented 4 years ago

参考文档 - https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/

nick-yegw commented 4 years ago

目前技术选型是为了 - 快速开发,实现功能,提供服务,让自己先爽了再说,后续根据需要,再添加其他框架

nick-yegw commented 4 years ago

lombok.config 的说明: https://projectlombok.org/features/configuration

nick-yegw commented 4 years ago

Dockerfile的说明 - https://docs.docker.com/engine/reference/builder/

nick-yegw commented 4 years ago

增加h2用于单元测试

nick-yegw commented 4 years ago

开发工具参考 - https://docs.spring.io/spring-boot/docs/current/reference/html/using-spring-boot.html#using-boot-devtools

看上去,idea自身也支持how-swap的class loader: https://www.jetbrains.com/help/idea/debugger-hotswap.html#6d6c7b8a

另外,这个结合spring-boot-devtool的使用:

https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003378800-How-to-configure-IDEA-for-Spring-Boot-DevTools