coffeebreak.properties

来自「《j2ee经典实例详解》的源代码。原书无附带光盘。介绍的是一个在线银行系统的例子」· PROPERTIES 代码 · 共 31 行

PROPERTIES
31
字号
endpoint.url=http://localhost:8080/jaxrpc-coffee-supplier/jaxrpcsaaj.url=http://localhost:8080/saaj-coffee-supplier## Registry properties## IBM:query.url=http://uddi.ibm.com/testregistry/inquiryapipublish.url=https://uddi.ibm.com/testregistry/publishapi## Microsoft:#query.url=http://test.uddi.microsoft.com/inquire#publish.url=https://test.uddi.microsoft.com/publish## Specify username and passwordregistry.username=registry.password=## HTTP and HTTPS proxy host and porthttp.proxyHost=http.proxyPort=8080https.proxyHost=https.proxyPort=8080org.name=JAXRPCCoffeeSupplierorg.description=A supplier of fine coffees since 2002.person.name=Jane Doephone.number=(800) 555-1212email.address=jane.doe@jaxrpccoffee.comclassification.scheme=ntis-gov:naicsclassification.name=Other Grocery and Related Products Wholesalersclassification.value=42249service.name=JAXRPCCoffee Serviceservice.description=JAXRPCCoffee Service descriptionservice.binding=JAXRPCCoffee Service bindingkey.file=orgkey.txt

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?