4
hao
2025-04-16 c5fb1fbcbb2bf4d511773d348f9ef625855c61fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#heyi-dev
#spring.datasource.platform=oracle
#spring.datasource.url=jdbc:oracle:thin:@192.168.10.251:1521:ORCL
#spring.datasource.username=hy_dev
#spring.datasource.password=hydev
#spring.datasource.driverClassName=oracle.jdbc.OracleDriver
 
#heyi-prd
#spring.datasource.platform=oracle
#spring.datasource.url=jdbc:oracle:thin:@192.168.10.251:1521:ORCL
#spring.datasource.username=hy_prd
#spring.datasource.password=hyprd
#spring.datasource.driverClassName=oracle.jdbc.OracleDriver
 
#160-test
#spring.datasource.platform=oracle
#spring.datasource.url=jdbc:oracle:thin:@192.168.1.160:13521:ORCL
#spring.datasource.username=hy_dev
#spring.datasource.password=hydev
#spring.datasource.driverClassName=oracle.jdbc.OracleDriver
#º£¹âÊý¾Ý¿â
#spring.datasource.platform=oracle
#spring.datasource.url=jdbc:oracle:thin:@192.168.8.81:1521:ORCL
#spring.datasource.username=HG_PRD
#spring.datasource.password=hgprd
#spring.datasource.driverClassName=oracle.jdbc.OracleDriver
 
#160
#spring.datasource.platform=oracle
#spring.datasource.url=jdbc:oracle:thin:@192.168.1.160:13521:plee
#spring.datasource.username=nbmes_dev
#spring.datasource.password=nbmesdev
#spring.datasource.driverClassName=oracle.jdbc.OracleDriver
 
#xm
#spring.datasource.platform=oracle
#spring.datasource.url=jdbc:oracle:thin:@192.168.0.107:1521:ORCL
#spring.datasource.username=xm_prd
#spring.datasource.password=xmprd
#spring.datasource.driverClassName=oracle.jdbc.OracleDriver
#hm
#spring.datasource.platform=oracle
#spring.datasource.url=jdbc:oracle:thin:@192.168.1.22:1521:ORCL
#spring.datasource.username=hm_prd
#spring.datasource.password=hmprd
#spring.datasource.driverClassName=oracle.jdbc.OracleDriver
#hm_cs
spring.datasource.platform=oracle
spring.datasource.url=jdbc:oracle:thin:@192.168.1.22:1521:ORCL
spring.datasource.username=TEST_DEV
spring.datasource.password=hmprd
spring.datasource.driverClassName=oracle.jdbc.OracleDriver
 
spring.datasource.initialize=false
spring.datasource.initial-size=5
spring.datasource.min-idle=5
spring.datasource.max-idle=20
spring.datasource.max-active=10
spring.datasource.max-wait-millis=30000
spring.datasource.test-on-return=false
spring.datasource.test-on-borrow=true
spring.datasource.test-while-idle=true
spring.datasource.time-between-eviction-runs-millis=20000
spring.datasource.min-evictable-idle-time-millis=28700
spring.datasource.validation-query=SELECT 1
 
# JPA
spring.jpa.database=oracle
#spring.jpa.properties.hibernate.dialect = com.unind.base.dbconnection.dialect.OracleDialect
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.Oracle10gDialect
#spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=none
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=false
spring.jpa.properties.hibernate.use_sql_comments=true
spring.jpa.hibernate.use-new-id-generator-mappings=true
 
#log
logging.level.com.withmes=info           
logging.path=usr/local/spring
 
#ftp
fs.ftp.url=192.168.1.150
fs.ftp.port=21
fs.ftp.username=administrator
fs.ftp.password=plee!@#123
fs.ftp.rootpath=
fs.qms.path=/srm
 
#mail
mail.smtp.auth=true
mail.transport.protocol=smtp
mail.send.charset=UTF-8
mail.smtp.port=25
mail.is.ssl=true
mail.host=smtp.126.com
mail.auth.name=yuanxiu.f@plee.com.cn
mail.auth.password=fuyuanxiu1988
mail.smtp.timeout=50000
 
 
spring.mail.default-encoding=UTF-8
spring.mail.host=smtp.exmail.qq.com
#\u53D1\u9001\u8005\u7684\u90AE\u7BB1\u5BC6\u7801
spring.mail.password=FYXfyx2018
#\u7AEF\u53E3
spring.mail.port=25
#\u534F\u8BAE
spring.mail.protocol=smtp
#\u53D1\u9001\u8005\u7684\u90AE\u7BB1\u8D26\u53F7
spring.mail.username=yuanxiu.f@plee.com.cn
 
#file
spring.http.multipart.maxFileSize=10Mb  
spring.http.multipart.maxRequestSize=10Mb
 
spring.thymeleaf.cache=false
 
#spring.thymeleaf.prefix=/templates
 
server.servlet.context-path=/jf_mes
#server.servlet.context-path=
 
server.session.timeout=1800
 
server.port = 9991
 
 
spring.jmx.enabled=false
 
spring.jmx.default-domain=C
#spring.jmx.default-domain=B