该用户从未签到
|
本帖最后由 xiaogu 于 2018-12-23 17:30 编辑 7 p* g7 W$ y" J* K9 d7 |: V, D; {' ?
8 l% s$ o) a' I& I. D" D
Exception sending context initialized event to listener instance of class [org.springframework.web.context.ContextLoaderListener]% z. K! `' t( d' s4 n
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.gz.struts.action.PlayAction] for bean with name '/playAction' defined in class path resource [applicationContext.xml]; nested exception is java.lang.ClassNotFoundException: org.gz.struts.action.PlayAction
4 g& F( b" t* j1 M5 q求帮助这是代码https://pan.baidu.com/s/1KovJpL1Y236-J8Wf4RfbVA配置文件
+ y2 @8 m4 n' Q* i9 i3 Z<?xml version="1.0" encoding="UTF-8"?>7 T9 `# C; N; G3 @, y
<beans xmlns="http://www.springframework.org/schema/beans"3 ]! g& q1 w7 @3 p
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"( v0 x k" C( q6 u8 T' T- Z P' b- f9 E
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
2 C; Z/ d4 }! D) l1 T g$ `3 T4 o+ P# M; f! `7 [. H
<bean name="/playAction" class="org.gz.struts.action.PlayAction">- H- ?% _2 ^) |
<property name="playService" ref="playService" />$ I! C$ I; o$ m k9 j7 x4 h
</bean>4 j0 ^8 Z* M1 H" _0 {' Y" N
<bean id="playService"
: O1 `9 n: H+ f' m! U# H) y' C! v4 } class="org.gz.service.impl.PlayServiceImpl">: R7 d( ^% p5 u* j$ I6 k& {" {, D5 ^
<property name="playDao" ref="playDao" />9 a3 W# u/ f# ^' F4 T
</bean>; D" f# w7 Z+ R- Z: \: y
<bean id="playDao" class="org.gz.dao.impl.PlayDaoImpl" />
1 m! h: D1 k. A0 Q( D6 H
( s5 [4 }6 a( z+ a4 e <bean name="/userAction" class="org.gz.struts.action.UserAction">, E( N& g9 S3 J% H# h6 r- @4 ?! D D
<property name="userService" ref="userService" />
4 f4 \1 W- V$ H/ B3 t0 v0 R+ B <property name="allTypeService" ref="allTypeService"/>
0 ^1 B0 m. u6 C! I2 L </bean>
P5 t/ J& q M <bean id="userService"$ f& ]- S; k5 I1 P4 V7 @
class="org.gz.service.impl.UserServiceImpl">6 A9 g0 l1 {3 z& G) R( z
<property name="userDao" ref="userDao" />
" h/ h, J3 b& V6 P5 V2 ^1 V8 U </bean>
8 `& m Y9 U+ g" e <bean id="userDao" class="org.gz.dao.impl.UserDaoImpl" />
: k- J/ U1 @: d- A+ A0 p/ e . y. g0 k( T3 q e( N
<bean name="/typeAction" class="org.gz.struts.action.TypeAction">
# z1 z; A. q- E0 v <property name="allTypeService" ref="allTypeService"/>! i: k% t, C$ G' E0 b
</bean>$ r7 P" F9 O3 o$ C6 z* a: H, E) n
<bean id="allTypeService" class="org.gz.service.impl.AllTypeServiceImpl">
$ o8 w. h( } V2 K <property name="allTypeDao" ref="allTypeDao"/>
" F( v- i. R0 ^$ E6 h" [# q G </bean>; {; b5 H# B% [) X. r, R% _
<bean id="allTypeDao" class="org.gz.dao.impl.AllTypeDaoImpl"/>6 ]1 E6 S! j! E# n
. d( s* ?5 J% r3 r! H9 s <bean name="/typeItemAction" class="org.gz.struts.action.TypeItemAction">
# d; d0 Q3 u( v <property name="allTypeService" ref="allTypeService"/>4 r' v5 v5 N5 { V: p7 {4 J1 f. d
</bean>
! @3 {) N) z3 t <bean name="/fileAction" class="org.gz.struts.action.FileAction">
# X0 o s' s4 L8 c$ P0 I5 y2 e <property name="fileService" ref="fileService"/>+ F* w' {' T( R
</bean>
4 G4 s- Z5 F: F& x* V. c' i4 H <bean id="fileService" class="org.gz.service.impl.FileServiceImpl">
% B, C- I: [% R- V2 S9 i <property name="fileDao" ref="fileDao"/>9 x/ ?! r+ s3 S. n0 Y* |
</bean>
( y* v) v1 F$ j: i1 j- h0 T <bean id="fileDao" class="org.gz.dao.impl.FileDaoImpl"/>
7 B) C( O5 t! X4 A8 E7 R- `* J1 M4 N: z7 g5 ^/ Y# C4 r
<bean name="/newsAction" class="org.gz.struts.action.NewsAction">
+ y- w) n1 n2 p+ d1 A( L <property name="newsService" ref="newsService"/>
0 D T& i4 g, E o* v9 e& v+ s1 D <property name="playService" ref="playService"/>
( r# ~, I, Y6 I* A6 Q! o6 ~9 C </bean>
; D# W" Z4 c$ l! s; @ w <bean id="newsService" class="org.gz.service.impl.NewsServiceImpl">% ]4 K1 S3 a! n( A! r7 y
<property name="newsDao" ref="newsDao"/>
|0 Y, Q3 r0 \- V) M" M </bean>
. j' X2 R' j4 Z9 h' R$ V8 Z <bean id="newsDao" class="org.gz.dao.impl.NewsDaoImpl"/>( v! C- K9 f( {8 |6 l8 }& C
* _' ]* l% `+ C/ Z7 i <bean name="/registAction" class="org.gz.struts.action.RegistAction">
5 U6 Q. f4 ?( h. R/ V) y <property name="registService" ref="registService"/>9 L$ n# d/ O$ }$ r: M/ S& G3 ?
<property name="playService" ref="playService"/>
: J7 e4 y( k1 Q7 V) x0 @# t, o# n% c: f. Q </bean>5 P( l+ n& |" e: r) E7 e
<bean id="registService" class="org.gz.service.impl.RegistServiceImpl">
: U: Q! H4 w# ^& \& b, z <property name="registDao" ref="registDao"/>
& K; X% T* K. i! s) o1 O! | </bean>
6 x# w1 F& H% u: F+ B <bean id="registDao" class="org.gz.dao.impl.RegistDaoImpl"/>
) z( v0 C# }3 t, m</beans>
8 g" @6 D. d2 e) _. A
8 C7 L3 n6 p! M' a. S9 u* S* E/ C X# q$ n _( e8 [7 _ Z v8 N
|
|