Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
manager
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
reyun
manager
Commits
e5cdfb8f
Commit
e5cdfb8f
authored
Jan 10, 2018
by
manxiaoqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
location
parent
8f8ba1bb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
workspace.xml
.idea/workspace.xml
+0
-0
pom.xml
pom.xml
+1
-1
applicationContext.xml
src/main/resources/spring/applicationContext.xml
+4
-0
No files found.
.idea/workspace.xml
View file @
e5cdfb8f
This diff is collapsed.
Click to expand it.
pom.xml
View file @
e5cdfb8f
...
...
@@ -166,7 +166,7 @@
<tkio.username>
trackingio
</tkio.username>
<tkio.password>
trackingio
</tkio.password>
<track.url>
jdbc:mysql://track.cma5jkozme68.rds.cn-north-1.amazonaws.com.cn/track?characterEncoding=utf-8
</track.url>
<track.url>
jdbc:mysql://track.cma5jkozme68.rds.cn-north-1.amazonaws.com.cn
:3306
/track?characterEncoding=utf-8
</track.url>
<track.username>
admin
</track.username>
<track.password>
admin!@#456
</track.password>
...
...
src/main/resources/spring/applicationContext.xml
View file @
e5cdfb8f
...
...
@@ -104,6 +104,7 @@
<bean
id=
"officeEntityManagerFactory"
class=
"org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean"
>
<property
name=
"dataSource"
ref=
"officeDataSource"
/>
<property
name=
"packagesToScan"
value=
"office.model"
></property>
<property
name=
"persistenceUnitName"
value=
"officeUnit"
/>
<property
name=
"jpaVendorAdapter"
ref=
"hibernateJpaVendorAdapter"
/>
<property
name=
"jpaProperties"
>
...
...
@@ -121,6 +122,7 @@
<bean
id=
"tkioEntityManagerFactory"
class=
"org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean"
>
<property
name=
"dataSource"
ref=
"tkioDataSource"
/>
<property
name=
"packagesToScan"
value=
"tkio.model"
></property>
<property
name=
"persistenceUnitName"
value=
"tkioUnit"
/>
<property
name=
"jpaVendorAdapter"
ref=
"hibernateJpaVendorAdapter"
/>
<property
name=
"jpaProperties"
>
...
...
@@ -138,6 +140,7 @@
<bean
id=
"trackEntityManagerFactory"
class=
"org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean"
>
<property
name=
"dataSource"
ref=
"trackDataSource"
/>
<property
name=
"packagesToScan"
value=
"track.model"
></property>
<property
name=
"persistenceUnitName"
value=
"tkrackUnit"
/>
<property
name=
"jpaVendorAdapter"
ref=
"hibernateJpaVendorAdapter"
/>
<property
name=
"jpaProperties"
>
...
...
@@ -155,6 +158,7 @@
<bean
id=
"dmpEntityManagerFactory"
class=
"org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean"
>
<property
name=
"dataSource"
ref=
"dmpDataSource"
/>
<property
name=
"packagesToScan"
value=
"dmp.model"
></property>
<property
name=
"persistenceUnitName"
value=
"dmpUnit"
/>
<property
name=
"jpaVendorAdapter"
ref=
"hibernateJpaVendorAdapter"
/>
<property
name=
"jpaProperties"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment