# austin-framework **Repository Path**: hunshikan/austin-framework ## Basic Information - **Project Name**: austin-framework - **Description**: austin-framework - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-10 - **Last Updated**: 2023-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 🌈项目简介 `ausitn-framework` 整合了目前JAVA主流的技术栈,对不同的技术栈做了相关的实现,研究不同的组件的原理和底层的实现逻辑。 ## 📙目录结构 ## MYSQL模块配置 ``` spring: datasource: druid: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/austin-framework?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai password: root username: admin ```