Weby

A simple spring mvc + hibernate project archetype

Лицензия

Лицензия

Группа

Группа

com.highwise
Идентификатор

Идентификатор

weby
Последняя версия

Последняя версия

0.22
Дата

Дата

Тип

Тип

jar
Описание

Описание

Weby
A simple spring mvc + hibernate project archetype
Ссылка на сайт

Ссылка на сайт

https://github.com/risoft/weby
Система контроля версий

Система контроля версий

https://github.com/risoft/weby.git

Скачать weby

Имя Файла Размер
weby-0.22.pom
weby-0.22.jar 11 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.highwise/weby/ -->
<dependency>
    <groupId>com.highwise</groupId>
    <artifactId>weby</artifactId>
    <version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.highwise/weby/
implementation 'com.highwise:weby:0.22'
// https://jarcasting.com/artifacts/com.highwise/weby/
implementation ("com.highwise:weby:0.22")
'com.highwise:weby:jar:0.22'
<dependency org="com.highwise" name="weby" rev="0.22">
  <artifact name="weby" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.highwise', module='weby', version='0.22')
)
libraryDependencies += "com.highwise" % "weby" % "0.22"
[com.highwise/weby "0.22"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Support Note:

All inquiries addressed within 12 hours.

Fixes and new releases usually within 48 hours. (Feb 16 2014)


Out of the box Oracle support

Read More: https://github.com/risoft/weby/wiki/Oracle-Support (Feb 9 2014)


Create a skeleton for your maven + spring-mvc + hibernate web project.

The 5 minutes promise: 5 minutes and you can start coding.

No downloads, no configuration, no settings, no boilerplate. Enjoy!

For the impatient

1 Create Project

Execute:

mvn archetype:generate -DarchetypeGroupId=com.highwise -DarchetypeArtifactId=weby -DinteractiveMode=false -Dversion=1.0-SNAPSHOT -DgroupId=com.yourcompany -DartifactId=yourprojectname

Maven will create a directory called yourprojectname.

2 See it working

Execute:

cd yourprojectname

mvn tomcat:run

Open in your browser:

http://localhost:8080/yourprojectname

3 Start coding

Execute:

mvn eclipse:eclipse -Dwtpversion=1.5

In Eclipse, do: File →Import → Existing Project into Workspace.

Browse to the location of the yourprojectname directory and import it.

Start programming!

Версии библиотеки

Версия
0.22
0.21
0.2
0.1