https://github.com/uportal-project/simplecontentportlet
https://github.com/uportal-project/simplecontentportlet
hacktoberfest java portal portlet uportal uportal-start-bundled
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uportal-project/simplecontentportlet
- Owner: uPortal-Project
- License: apache-2.0
- Created: 2012-03-14T21:02:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T08:00:09.000Z (about 1 month ago)
- Last Synced: 2025-04-17T22:34:06.416Z (about 1 month ago)
- Topics: hacktoberfest, java, portal, portlet, uportal, uportal-start-bundled
- Language: Java
- Homepage:
- Size: 3.7 MB
- Stars: 3
- Watchers: 21
- Forks: 27
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Apereo Simple Content Management Portlet
[](https://maven-badges.herokuapp.com/maven-central/org.jasig.portlet.simplecontent/SimpleContentPortlet)
[](https://github.com/uPortal-Project/SimpleContentPortlet/actions/workflows/CI.yml)This Java Portlet is a [Sponsored Portlet][] in the uPortal ecosystem.
## Configuration
* [Attachments](docs/attachments.md)
See also [documentation in the external wiki][SimpleContentPortlet in Confluence].
### Using Encrypted Property Values
You may optionally provide sensitive configuration items -- such as database passwords -- in encrypted format. Use the [Jasypt CLI Tools](http://www.jasypt.org/cli.html) to encrypt the sensitive value, then include it in a `.properties` file like this:
```
hibernate.connection.password=ENC(9ffpQXJi/EPih9o+Xshm5g==)
```Specify the encryption key using the `UP_JASYPT_KEY` environment variable.
[Sponsored Portlet]: https://wiki.jasig.org/display/PLT/Jasig+Sponsored+Portlets
[SimpleContentPortlet in Confluence]: https://wiki.jasig.org/display/PLT/Simple+Content+Management+Portlet