這里有源碼,采用Maven項(xiàng)目結(jié)構(gòu)和依賴管理,適用Eclispe環(huán)境。不用自己找jar包了。打開可以看到安裝步驟要點(diǎn)。
https://github.com/atwjsw/ssh-employee
https://github.com/atwjsw/ssh-employee
2016-10-13
注意這節(jié)有些頁面跟老師的不同,我估計(jì)是老師抓重點(diǎn),把前臺(tái)的工作簡(jiǎn)化了。各位同學(xué)不需要安裝視頻的代碼改,
1. 只要把html改成jsp(改后綴和頁面頭部?jī)?nèi)容)即可,
2. 頁面中的路徑如果沒時(shí)間也不需要改,用相對(duì)路徑也沒問題的。
1. 只要把html改成jsp(改后綴和頁面頭部?jī)?nèi)容)即可,
2. 頁面中的路徑如果沒時(shí)間也不需要改,用相對(duì)路徑也沒問題的。
2016-10-12
<filter>
<filter-name>OpenSessionInViewFilter</filter-name>
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
2016-10-11