Skip to content

Commit

Permalink
Uses ${package} to generate a proper package
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Jun 2, 2020
1 parent f7e405d commit 85584f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

<beans>
<!-- Example of Struts action instantiated by Spring -->
<bean id="helloWorldAction" class="com.demo.HelloWorldAction" scope="prototype"/>
<bean id="helloWorldAction" class="${package}.HelloWorldAction" scope="prototype"/>
</beans>

0 comments on commit 85584f5

Please sign in to comment.