Skip to content

Commit e679e66

Browse files
committed
解决 jetty embedded 问题
1 parent a5f9483 commit e679e66

19 files changed

+2
-2
lines changed

lts-admin/src/main/resources/spring-web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<bean id="velocityConfig" class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
4040
<property name="configLocation">
41-
<value>/views/velocity.properties</value>
41+
<value>/WEB-INF/views/velocity.properties</value>
4242
</property>
4343
</bean>
4444
<bean id="viewResolver"

0 commit comments

Comments
 (0)