File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
flexible/postgres/src/main/resources Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 77 <package name =" com.cisco.la.entity" />
88 </typeAliases >
99
10- <environments default =" development " >
10+ <environments default =" product " >
1111 <environment id =" development" >
1212 <transactionManager type =" JDBC" />
1313 <dataSource type =" POOLED" >
1717 <property name =" password" value =" 19786028" />
1818 </dataSource >
1919 </environment >
20+ <environment id =" product" >
21+ <transactionManager type =" JDBC" />
22+ <dataSource type =" POOLED" >
23+ <property name =" driver" value =" org.postgresql.Driver" />
24+ <property name =" url" value =" jdbc:postgresql://google/postgres?useSSL=false& socketFactoryArg=newagent-25039:asia-northeast1:la& socketFactory=com.google.cloud.sql.postgres.SocketFactory& user=postgres& password=la123456" />
25+ <property name =" username" value =" postgres" />
26+ <property name =" password" value =" la123456" />
27+ </dataSource >
28+ </environment >
2029 </environments >
2130
2231 <mappers >
You can’t perform that action at this time.
0 commit comments