feat(project): 初始化项目基础结构和配置
- 添加 .gitattributes 和 .gitignore 文件以管理版本控制行为- 配置 Spring Boot 应用程序的基本设置,包括数据源和 JPA 设置 - 添加启动 banner 提升应用识别度 - 引入 Maven Wrapper 简化构建环境配置 - 创建基础实体类 UserEntity 并配置相关字段及约束 - 初始化主应用程序入口点和测试类确保可运行性
This commit is contained in:
11
src/main/resources/config/banner.txt
Normal file
11
src/main/resources/config/banner.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
___ ___ ___ ___ ___ ___
|
||||
/\ \ /\__\ /\ \ ___ /\__\ /\ \ /\ \ ___
|
||||
/::\ \ /::| | /::\ \ /\ \ /:/ / /::\ \ /::\ \ /\ \
|
||||
/:/\ \ \ /:|:| | /:/\:\ \ \:\ \ /:/ / /:/\ \ \ /:/\:\ \ \:\ \
|
||||
_\:\~\ \ \ /:/|:| |__ /::\~\:\ \ /::\__\ /:/ / _\:\~\ \ \ /::\~\:\ \ /::\__\
|
||||
/\ \:\ \ \__\ /:/ |:| /\__\ /:/\:\ \:\__\ __/:/\/__/ /:/__/ /\ \:\ \ \__\ /:/\:\ \:\__\ __/:/\/__/
|
||||
\:\ \:\ \/__/ \/__|:|/:/ / \/__\:\/:/ / /\/:/ / \:\ \ \:\ \:\ \/__/ \/__\:\/:/ / /\/:/ /
|
||||
\:\ \:\__\ |:/:/ / \::/ / \::/__/ \:\ \ \:\ \:\__\ \::/ / \::/__/
|
||||
\:\/:/ / |::/ / /:/ / \:\__\ \:\ \ \:\/:/ / /:/ / \:\__\
|
||||
\::/ / /:/ / /:/ / \/__/ \:\__\ \::/ / /:/ / \/__/
|
||||
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
|
||||
Reference in New Issue
Block a user