Skip to content

Commit

Permalink
fix: base url
Browse files Browse the repository at this point in the history
  • Loading branch information
aFcFzF committed Feb 14, 2024
1 parent 8f051f4 commit 05dec91
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions server_demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,13 @@
<version>${project.parent.version}</version>
</plugin>
</plugins>
<!-- <resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
</resources> -->
</build>
</project>
2 changes: 1 addition & 1 deletion server_demo/src/main/java/com/demo/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author markJia([email protected])
*/

package server_demo.src.main.java.com.demo.app;
package com.demo.app;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
Expand Down
2 changes: 1 addition & 1 deletion server_demo/src/main/java/com/demo/app/data/Data.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author markJia([email protected])
*/

package server_demo.src.main.java.com.demo.app.data;
package com.demo.app.data;

public class Data {
private String name;
Expand Down
2 changes: 1 addition & 1 deletion server_demo/src/test/java/com/wecom/app/AppTest.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package server_demo.src.test.java.com.wecom.app;
package com.wecom.app;

import static org.junit.Assert.assertTrue;

Expand Down

0 comments on commit 05dec91

Please sign in to comment.