Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-qywx-self
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
gic-qywx-self
Commits
35376397
Commit
35376397
authored
Aug 07, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '转web' into 'master'
add See merge request
!2
parents
cef911ba
fe15e4ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
+1
-5
dubbo-haoban-self-web.xml
src/main/webapp/WEB-INF/dubbo-haoban-self-web.xml
+0
-4
spring-servlet.xml
src/main/webapp/WEB-INF/spring-servlet.xml
+1
-1
No files found.
src/main/webapp/WEB-INF/dubbo-haoban-self-web.xml
View file @
35376397
...
...
@@ -9,9 +9,6 @@
http://www.springframework.org/schema/context/spring-context.xsd
http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd"
>
<context:component-scan
base-package=
"com.gic.haoban.self"
/>
<!-- 应用名称 -->
<dubbo:application
name=
"haoban-selft-web"
/>
<dubbo:protocol
name=
"dubbo"
port=
"20130"
/>
</beans>
\ No newline at end of file
src/main/webapp/WEB-INF/spring-servlet.xml
View file @
35376397
...
...
@@ -11,7 +11,7 @@
http://www.springframework.org/schema/aop/spring-aop.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"
>
<!-- 扫描注解包路径,多个包用逗号分隔,不填pacakge表示扫描当前ApplicationContext中所有的类 -->
<context:component-scan
base-package=
"com.gic.
haoban
.*"
/>
<context:component-scan
base-package=
"com.gic.
qywx
.*"
/>
<!-- 启动对@AspectJ注解的支持 -->
<aop:aspectj-autoproxy/>
...
...
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