https://github.com/itzg/try-jcef
Try an embedded browser in Spring Boot web application
https://github.com/itzg/try-jcef
Last synced: 26 days ago
JSON representation
Try an embedded browser in Spring Boot web application
- Host: GitHub
- URL: https://github.com/itzg/try-jcef
- Owner: itzg
- Created: 2023-07-02T15:49:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T15:56:31.000Z (about 3 years ago)
- Last Synced: 2026-01-20T13:44:30.628Z (6 months ago)
- Language: Java
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Uses the [JCEF Maven libraries](https://github.com/jcefmaven/jcefmaven) in a [Spring Boot](https://spring.io/projects/spring-boot) application.
## Build and run
```shell
./gradlew bootRun
```
## Build runnable jar
```shell
./gradlew bootJar
```
where the built jar is located in `build/libs`.