Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Genesys Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Backend
Commits
d66656b8
Commit
d66656b8
authored
Aug 21, 2014
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo differences in igoshin
parent
44e11ecd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
11 deletions
+6
-11
src/main/java/org/genesys2/server/service/impl/EMailServiceImpl.java
...va/org/genesys2/server/service/impl/EMailServiceImpl.java
+4
-3
src/main/resources/spring/spring.properties
src/main/resources/spring/spring.properties
+2
-2
src/main/webapp/WEB-INF/web.xml
src/main/webapp/WEB-INF/web.xml
+0
-6
No files found.
src/main/java/org/genesys2/server/service/impl/EMailServiceImpl.java
View file @
d66656b8
...
...
@@ -16,6 +16,10 @@
package
org.genesys2.server.service.impl
;
import
java.util.Arrays
;
import
javax.mail.internet.MimeMessage
;
import
org.genesys2.server.service.EMailService
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
...
...
@@ -27,9 +31,6 @@ import org.springframework.mail.javamail.MimeMessagePreparator;
import
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
;
import
org.springframework.stereotype.Service
;
import
javax.mail.internet.MimeMessage
;
import
java.util.Arrays
;
@Service
public
class
EMailServiceImpl
implements
EMailService
{
...
...
src/main/resources/spring/spring.properties
View file @
d66656b8
...
...
@@ -21,11 +21,11 @@ base.cookie-domain=
base.cookie-secure
=
false
base.cookie-http-only
=
false
db.url
=
jdbc:mysql://localhost/genesys
4
?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
db.url
=
jdbc:mysql://localhost/genesys
live
?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
db.driverClassName
=
com.mysql.jdbc.Driver
db.dialect
=
org.hibernate.dialect.MySQL5Dialect
db.username
=
root
db.password
=
1
db.password
=
db.showSql
=
false
db.hbm2ddl
=
do-nothing
...
...
src/main/webapp/WEB-INF/web.xml
View file @
d66656b8
...
...
@@ -37,12 +37,6 @@
<param-value>
org.genesys2.spring.config.ApplicationConfig
</param-value>
</context-param>
<context-param>
<param-name>
spring.profiles.active
</param-name>
<param-value>
dev
</param-value>
</context-param>
<listener>
<listener-class>
com.hazelcast.web.SessionListener
</listener-class>
</listener>
...
...
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