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 |
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
# 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
<?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
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
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
@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
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
| Loading Grails 2.2.4 | |
| Configuring classpath | |
| Configuring classpath. | |
| Environment set to test | |
| Environment set to test. | |
| Environment set to test.. | |
| Environment set to test... | |
| Environment set to test.... | |
| Environment set to test..... | |
| Compiling 1 source files |
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
localhost | |
log access.log | |
proxy /echo 127.0.0.1:8080 { | |
websocket | |
# treat the path as if it were sent without the /echo | |
without /echo | |
} |
OlderNewer