This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import groovyx.net.http.HTTPBuilder | |
import groovyx.net.http.URIBuilder | |
import org.apache.http.client.ClientProtocolException | |
import org.springframework.beans.factory.InitializingBean | |
import javax.crypto.Mac | |
import javax.crypto.spec.SecretKeySpec | |
/** | |
* Created by Joe on 11/13/13. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Entity | |
public Department { | |
@Id String name; | |
Long latitude; | |
Long longidude; | |
@ManyToOne | |
Set<Officer> officers; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
com.opensymphony.module.sitemesh.factory.FactoryException: Cannot construct Factory : com.opensymphony.module.sitemesh.factory.DefaultFactory: com.opensymphony.module.sitemesh.factory.FactoryException: Could not read config file : /WEB-INF/sitemesh.xml: java.io.IOException: Server returned HTTP response code: 403 for URL: http://opensymphony.com/sitemesh/dtd/sitemesh_1_5_decorators.dtd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configurations { | |
warUnderlay | |
pomWorkarounds | |
} | |
repositories { | |
mavenCentral() | |
} | |
ext { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd "> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>edu.university.cas</groupId> | |
<artifactId>local-cas</artifactId> | |
<packaging>war</packaging> | |
<version>1.0-SNAPSHOT</version> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Marcin | |
pkgname=spring-tool-suite | |
pkgver=3.2.0 | |
_eclipse_pkgver=e4.2.2 | |
_eclipse_pkgver_short=e4.2 | |
pkgrel=1 | |
pkgdesc="Spring Tool Suite (STS from SpringSource)" | |
arch=('i686' 'x86_64') | |
url="http://www.springsource.com/developer/sts" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'java' | |
repositories { | |
mavenCentral() | |
} | |
dependencies { | |
compile 'net.sf.ehcache:ehcache:2.7.0' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Column | Type | Modifiers | |
--------+--------+----------- | |
text | text | | |
id | bigint | not null |
NewerOlder