diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c8287e1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,80 @@ +# ChangeLog + +All notable changes to this project will be documented in this file,ChangeLog information is generated by the [CommitMessage plugin](https://plugins.jetbrains.com/plugin/12256-commit-message-create) + +## [v0.4](https://git/compare/v0.4...master) + + +### 新增功能 + +* 接口) ([3b7ba0a](https://git/commit/3b7ba0a)) + + +### 代码完善 + +* 修复非String类型,但是基本类型时,不触发字段转换的问题 ([dfe5154](https://git/commit/dfe5154)) + + +### 文档修改 + +* 增加摘要提取的问题,更新示例图片 ([6d1f714](https://git/commit/6d1f714)) +* 完善文档 ([6cb15da](https://git/commit/6cb15da)) + + +### 测试代码 + +* 的示例 ([533767e](https://git/commit/533767e)) + + +### 编译代码 + +* 0.4 ([7f8ea0a](https://git/commit/7f8ea0a)) + + +## [v0.3](https://git/compare/v0.3...master) + + +### 文档修改 + +* 修改注釋 ([110b8af](https://git/commit/110b8af)) + + +### 代码重构 + +* 大重构,分离核心跟springboot引入,增加demo模块 ([7bf1fb6](https://git/commit/7bf1fb6)) + + +### 其他提交 + +* 修改文档 ([dc32cc7](https://git/commit/dc32cc7)) +* 修改logo ([b269796](https://git/commit/b269796)) +* 修改文档跟一些没用的pom.xml ([42b93e7](https://git/commit/42b93e7)) + + +## [0.2](https://git/compare/0.2...master) + + +### 代码完善 + +* [代码完善](dev): ([f2305c3](https://git/commit/f2305c3)) + + +### 文档修改 + +* 更新文档 ([bd07cd5](https://git/commit/bd07cd5)) +* 修改文档 ([2fba3b2](https://git/commit/2fba3b2)) + + +## [0.1](https://git/compare/0.1...master) + + +### 新增功能 + +* 初始化提交 ([9c3c9e8](https://git/commit/9c3c9e8)) +* 初始化提交 ([5e34c0c](https://git/commit/5e34c0c)) + + +### 其他提交 + +* 修改pom.xml跟readme ([ad0b725](https://git/commit/ad0b725)) + diff --git a/dict-trans-demo/src/main/resources/application.yml b/dict-trans-demo/src/main/resources/application.yml index 61b84b2..add70fa 100644 --- a/dict-trans-demo/src/main/resources/application.yml +++ b/dict-trans-demo/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: datasource: driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/t_test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowMultiQueries=true&useSSL=false&rewriteBatchedStatements=true + url: jdbc:mysql://192.168.0.44:3306/t_test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowMultiQueries=true&useSSL=false&rewriteBatchedStatements=true username: root password: 123456 \ No newline at end of file