数字人民币教学仿真后端
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
chenyuan e84d424c42 feat: add readonly platform identity projection 4 weeks ago
docs/superpowers docs: plan single backend SSO implementation 4 weeks ago
src feat: add readonly platform identity projection 4 weeks ago
.gitignore chore: ignore local worktrees 4 weeks ago
README.md feat: enable Swagger in development 4 weeks ago
pom.xml feat: add identity persistence scaffold 4 weeks ago

README.md

数字人民币教学仿真后端

Java 17 / Spring Boot 4.1 / MySQL 8 / MyBatis-Plus DDD 脚手架。

设置 DIGITAL_RMB_DB_URLDIGITAL_RMB_DB_USERNAMEDIGITAL_RMB_DB_PASSWORDDIGITAL_RMB_JWT_SECRET(至少 64 字符)、DIGITAL_RMB_BOOTSTRAP_ADMIN_USERNAMEDIGITAL_RMB_BOOTSTRAP_ADMIN_PASSWORD 后运行 mvn spring-boot:run。测试使用内存 H2mvn test

开发时以 --spring.profiles.active=dev 启动,控制台会打印 Swagger UI 地址:http://localhost:8080/swagger-ui/index.html;生产默认关闭 Swagger UI。