commit | 5a842b2f361b9d9fec3dcd142a9b4b5f10b7576f | [log] [tgz] |
---|---|---|
author | wuchimedes <w2038234690@163.com> | Mon Apr 21 22:01:39 2025 +0800 |
committer | wuchimedes <w2038234690@163.com> | Mon Apr 21 22:01:39 2025 +0800 |
tree | eb0ca74f38859519e0ebdcc3214e05dac531dc61 | |
parent | 18736dbc6ef1d71be586f3952d8d42d5307efc9d [diff] [blame] |
finish postTagService and test, modify sth in postService Change-Id: I76b5982f578b5bffe3c48b0afeda219e01307455
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6bde80e..7f85f87 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -1,4 +1,4 @@ -spring.datasource.password=123456 +spring.datasource.password=12345678 spring.datasource.username=root spring.datasource.url=jdbc:mysql://localhost:3306/g8backend spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver