# wu-lazy-druid-simple **Repository Path**: wujiawei1207537021/wu-lazy-druid-simple ## Basic Information - **Project Name**: wu-lazy-druid-simple - **Description**: Lazy ORM 整合druid 使用案例 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-25 - **Last Updated**: 2024-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
#### Lazy ORM 整合druid 实现mysql监控 #### JDK 17 #### [Lazy ORM框架地址](https://gitee.com/wujiawei1207537021/wu-framework-parent) ### [当前项目案例地址](https://gitee.com/wujiawei1207537021/wu-lazy-druid-simple) | 框架 | 版本 | 描述 | |-----------------------------|----------------------|--------------| | spring-boot | 3.0.7 | springboot框架 | | wu-framework-web | 1.2.2-JDK17-SNAPSHOT | web容器 | | Lazy -ORM | 1.2.2-JDK17-SNAPSHOT | ORM | | mysql-connector-j | 8.0.33 | mysql驱动 | | druid-spring-boot-3-starter | 1.2.21 | druid | ### 使用 配置数据库连接地址、账号、密码 启动项目 ### 地址 swagger:http://localhost:1002/swagger-ui/index.html driud地址:http://localhost:1002/druid/login.html 账号/密码 druid/druid [Druid登陆账号错误问题](DruidLoginError.md)