Skip to content

Instantly share code, notes, and snippets.

<?xml version = "1.0" encoding = "UTF-8"?>
<beans xmlns = "http://www.springframework.org/schema/beans"
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation = "http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<bean id = "helloWorld" class = "com.tutorialspoint.HelloWorld">
<property name = "message1" value = "Hello World!"/>
<property name = "message2" value = "Hello Second World!"/>
<beans profile="dev">
    <bean id="devDatasourceConfig"
      class="org.baeldung.profiles.DevDatasourceConfig" />
</beans>
"com.crd.db.class" -> "net.sourceforge.jtds.jdbc.Driver"
"com.crd.db.max_active" -> "-1"
"com.crd.db.schema" -> "CLEAN18R3"
"com.crd.db.url" -> "jdbc:jtds:sqlserver://LZHENG:1433;instance=SQL2016STANDARD;DatabaseName=CLEAN18R3;"
"com.crd.db.use_dbcp" -> "true"
"com.crd.ini" -> "C:\CharlesRiver\192\2019_02_04_204140_SP\serverapps\conf\cm_batch.ini"
"com.crd.jvmpid" -> "24296"
"com.crd.log" -> "C:\CharlesRiver\192\2019_02_04_204140_SP\serverapps\logs/"
"com.crd.logfile" -> "C:\CharlesRiver\192\2019_02_04_204140_SP\serverapps\logs\cr_utilities_pUImFFf.html"
"com.crd.logLevel" -> "INFO"