commit | b2533411a870f0ed079a0f127c1ace127e505d03 | [log] [tgz] |
---|---|---|
author | 22301138 <22301138@bjtu.edu.cn> | Thu Jun 05 00:18:58 2025 +0800 |
committer | 22301138 <22301138@bjtu.edu.cn> | Thu Jun 05 00:18:58 2025 +0800 |
tree | 3f6349e24b4b80c2bb7c99bc24512003f06ec609 | |
parent | b295a5f243ca6c6a96a5698b96868460ea677ee2 [diff] |
用户头像 Change-Id: I562c0cb7212c1ac9c7ad1dad96b136fc8c23269c
diff --git a/target/classes/application.properties b/target/classes/application.properties index b878c88..b21068f 100644 --- a/target/classes/application.properties +++ b/target/classes/application.properties
@@ -1,7 +1,7 @@ server.port=8080 -spring.datasource.url=jdbc:mysql://localhost:3306/ptProject -spring.datasource.username=root -spring.datasource.password=123456 +spring.datasource.url=jdbc:mysql://202.205.102.121:3306/echodevelop +spring.datasource.username=team11 +spring.datasource.password=Team11000# spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
diff --git a/target/classes/com/example/myproject/controller/UserController.class b/target/classes/com/example/myproject/controller/UserController.class index 77c1a9c..05e625f 100644 --- a/target/classes/com/example/myproject/controller/UserController.class +++ b/target/classes/com/example/myproject/controller/UserController.class Binary files differ
diff --git a/target/classes/com/example/myproject/service/UserService.class b/target/classes/com/example/myproject/service/UserService.class index 003e042..95e5a9a 100644 --- a/target/classes/com/example/myproject/service/UserService.class +++ b/target/classes/com/example/myproject/service/UserService.class Binary files differ
diff --git a/target/test-classes/com/example/myproject/controller/CommentControllerTest.class b/target/test-classes/com/example/myproject/controller/CommentControllerTest.class new file mode 100644 index 0000000..16a8eec --- /dev/null +++ b/target/test-classes/com/example/myproject/controller/CommentControllerTest.class Binary files differ
diff --git a/target/test-classes/com/example/myproject/controller/DynamicControllerTest.class b/target/test-classes/com/example/myproject/controller/DynamicControllerTest.class new file mode 100644 index 0000000..7dc6b6d --- /dev/null +++ b/target/test-classes/com/example/myproject/controller/DynamicControllerTest.class Binary files differ
diff --git a/target/test-classes/com/example/myproject/controller/GroupControllerTest.class b/target/test-classes/com/example/myproject/controller/GroupControllerTest.class new file mode 100644 index 0000000..60472fc --- /dev/null +++ b/target/test-classes/com/example/myproject/controller/GroupControllerTest.class Binary files differ
diff --git a/target/test-classes/com/example/myproject/controller/LevelControllerTest.class b/target/test-classes/com/example/myproject/controller/LevelControllerTest.class new file mode 100644 index 0000000..1c077eb --- /dev/null +++ b/target/test-classes/com/example/myproject/controller/LevelControllerTest.class Binary files differ
diff --git a/target/test-classes/com/example/myproject/controller/PostControllerTest.class b/target/test-classes/com/example/myproject/controller/PostControllerTest.class new file mode 100644 index 0000000..3ee61d6 --- /dev/null +++ b/target/test-classes/com/example/myproject/controller/PostControllerTest.class Binary files differ
diff --git a/target/test-classes/com/example/myproject/controller/TaskControllerTest.class b/target/test-classes/com/example/myproject/controller/TaskControllerTest.class new file mode 100644 index 0000000..b1bbeee --- /dev/null +++ b/target/test-classes/com/example/myproject/controller/TaskControllerTest.class Binary files differ
diff --git a/target/test-classes/com/example/myproject/controller/UserControllerTest.class b/target/test-classes/com/example/myproject/controller/UserControllerTest.class new file mode 100644 index 0000000..2e9ef97 --- /dev/null +++ b/target/test-classes/com/example/myproject/controller/UserControllerTest.class Binary files differ
diff --git a/target/test-classes/com/example/myproject/controller/UserFollowControllerTest.class b/target/test-classes/com/example/myproject/controller/UserFollowControllerTest.class new file mode 100644 index 0000000..3b80784 --- /dev/null +++ b/target/test-classes/com/example/myproject/controller/UserFollowControllerTest.class Binary files differ
diff --git a/target/test-classes/com/example/myproject/controller/UserMessageControllerTest.class b/target/test-classes/com/example/myproject/controller/UserMessageControllerTest.class new file mode 100644 index 0000000..abc49b0 --- /dev/null +++ b/target/test-classes/com/example/myproject/controller/UserMessageControllerTest.class Binary files differ