Welcome to ngware Wiki

OSDN provides Wiki system to each project. You are able to edit pages as you like, of course you can also edit this page. Not only participating uses in the project, but also all of the OSDN users are able to edit this Wiki by default. You need to set up the authorization for the project.

You can find grammar and other documents on Sidebar links or Wiki guide in OSDN Docs-en project.

セットアップ

前提
Eclipseは立ち上げていない事

  1. GitExtensionでngwareをcloneする
  2. gradle.zipを解凍し、aiporeplaceの直下に配置する
  3. コマンドプロンプトを起動し、aiporeplaceに移動する
  4. 「gradlew.bat eclipse」と入力し実行
  5. gradleがない場合はgradleも落としてくれるはず
  6. eclipse起動
  7. プロジェクトをインポートする
  8. Gradleか参照ライブラリーにjarが追加されていることを確認
  9. lombok-1.16.4.jar、ojdbc7.jarをビルドパスに追加する。aiporeplaceの一つ上にあります
  10. Gradleか参照ライブラリーにjarが追加されていることを確認
  11. Application.javaをjavaアプリケーション又はSpring Boot Appで実行
  12. ブラウザに右のURLを入れるhttp://localhost:8080/
  13. もし、8080が動かないなら一旦止めて、application.propertiesに「server.port=ポート番号(8080以外)」追記し再実行する。

DBセットアップ

  1. Oracle Database Express Edition 11g Release 2をダウンロードし、セットアップを行う。
  2. テーブルを作成する。/ngware/src/main/resources/sql/createSql.sql
  3. データは適当に入れて下さい。

環境毎の設定について

  • /ngware/src/main/resources/env/env.propertiesにサンプルを入れました。
    • 以下の様に設定するとapplication.propertiesにある内容をenv.propertiesで上書きしてくれます。
    • DBの接続先とかタイムアウトの設定は自分で設定しておいた方が良いかと。

env.jpg

Últimas Arquivo Comunicados

This Project Has Not Released Any Files

Recent Tickets

技術経歴画面サンプル2017-01-31 00:49
技術経歴画面サンプルを作成するtkskjri05