File tree 1 file changed +10
-1
lines changed
flexible/postgres/src/main/resources 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 7
7
<package name =" com.cisco.la.entity" />
8
8
</typeAliases >
9
9
10
- <environments default =" development " >
10
+ <environments default =" product " >
11
11
<environment id =" development" >
12
12
<transactionManager type =" JDBC" />
13
13
<dataSource type =" POOLED" >
17
17
<property name =" password" value =" 19786028" />
18
18
</dataSource >
19
19
</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 >
20
29
</environments >
21
30
22
31
<mappers >
You can’t perform that action at this time.
0 commit comments