Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tax-sys-nacos
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caoxiaohong
tax-sys-nacos
Commits
c033bcfa
Commit
c033bcfa
authored
Jan 04, 2024
by
ddx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加载资源问题解决
parent
82cc6d14
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
21 deletions
+4
-21
pom.xml
+1
-8
tax-sign/sign-web/src/test/java/com/tax/sign/web/controller/test/SignTest.java
+3
-3
tax-token/token-common/pom.xml
+0
-10
No files found.
pom.xml
View file @
c033bcfa
...
...
@@ -101,6 +101,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
2.6
</version>
<configuration>
<delimiters>
@
</delimiters>
<useDefaultDelimiters>
false
</useDefaultDelimiters>
...
...
@@ -126,12 +127,5 @@
</configuration>
</plugin>
</plugins>
<!--允许某目录支持 maven的filter-->
<resources>
<resource>
<directory>
src/main/resources
</directory>
<filtering>
true
</filtering>
</resource>
</resources>
</build>
</project>
\ No newline at end of file
tax-sign/sign-web/src/test/java/com/tax/sign/web/controller/test/SignTest.java
View file @
c033bcfa
...
...
@@ -15,7 +15,7 @@ public class SignTest {
String
accessKeyID
=
"bwgf-limit"
;
static
String
accessKeySecret
=
"bw@2u9%5Ts#2"
;
// static String host = "http://localhost:8763";
static
String
host
=
"http://
token.invservice.cn
"
;
static
String
host
=
"http://
bwtoken.invservice.cn:7779
"
;
// String accessKeyID = "yongyou";
// static String accessKeySecret = "yongyou!@#443abd";
...
...
@@ -40,8 +40,8 @@ public class SignTest {
System
.
out
.
println
(
url
);
ResponseContent
ret
=
HttpHelper
.
getUrlRespContent
(
url
);
System
.
out
.
println
(
ret
.
getContent
());
//
ResponseContent ret = HttpHelper.getUrlRespContent(url);
//
System.out.println(ret.getContent());
}
...
...
tax-token/token-common/pom.xml
View file @
c033bcfa
...
...
@@ -58,14 +58,4 @@
<scope>
compile
</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>
src/main/resources
</directory>
<includes>
<include>
*
</include>
</includes>
</resource>
</resources>
</build>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment