read jpetstore 1 安裝與配置

2021-08-29 10:45:06 字數 1027 閱讀 4871

安裝

ø 在build.xml所在目錄的上層目錄建立lib目錄,拷貝spring lib目錄下的所有jar檔案,並且拷貝spring.jar到lib目錄(預設lib目錄下沒有spring.jar)

ø 在lib同層目錄建立dist目錄

ø ant warfile

ø 將spring.jar拷貝到web-in/lib目錄下,否則tomcat初始化spring***org.springframework.web.context.contextloaderlistener會找不到類。

ø 修改jdbc.properties

jdbc.driverclassname=com.mysql.jdbc.driver

jdbc.url=jdbc\:mysql\://localhost/jpetstore

jdbc.username=root

jdbc.password=

ø 修改web.xml,使用struts

petstore

-->

action

*.do

● web.xml配置

øspring 配置1

contextconfiglocation

øspring配置2

org.springframework.web.context.contextloaderlistener

østruts配置1

action

org.apache.struts.action.actionservlet

3østruts配置2

*.do

ødataaccesscontext-local.xml中配置資料來源$$

$$ø 資料來源資訊會自動從配置檔案相同目錄下的jdbc.properties中讀取

jdbc.driverclassname=org.hsqldb.jdbcdriver

jdbc.url=jdbc:hsqldb:hsql://localhost:9002

jdbc.username=sa

jdbc.password=

read JpetStore 1 安裝與配置

安裝 在build.xml 所在目錄的上層目錄建立 lib目錄,拷貝 spring lib 目錄下的所有 jar檔案,並且拷貝 spring.jar 到lib 目錄 預設 lib目錄下沒有 spring.jar 在lib 同層目錄建立 dist目錄 ant warfile 將生成的 jpetstor...

信安筆記1 關於IP

該筆記僅用於學習記錄,若有錯誤,請各位大佬不吝賜教qaq 拓撲圖 區域網一般稱為內網。構成 藍色 交換機 網線 pc 其他it中斷 交換機 用於組成區域網,組成區域網最重要的裝置,沒有交換機無法組成區域網 路由器 連線內網和外網,不能用於組成區域網。ip位址是唯一標識,是一段網路編碼,由三十二位組成...

學習安卓的小總結1

1.繫結事件,視窗跳轉,附帶資料傳輸 textview fatiezi textview findviewbyid r.id.fatie fatiezi.setonclicklistener new button.onclicklistener 2.接收資料 oncreate 函式下 bundle ...