Jianzhi Data Warehouse-ERP project environment preparation

1. Download the IDEA + Maven installation package

Second, IDEA installation + activation

3. Maven installation + configuration of Alibaba Cloud mirror

4. IDEA import ERP project + initialize DB script + local operation

1. Download the IDEA + Maven installation package

1. IDEA download

  • https://blog.csdn.net/weixin_42032199/article/details/96601459
  • Install after downloading and processing online

2. Maven download

  • http://maven.apache.org/
  • windows download bin-zip

Insert picture description here

Second, IDEA installation + activation

  • Reference blog: https://blog.csdn.net/weixin_42032199/article/details/96601459

3. Maven installation + configuration of Alibaba Cloud mirror

  • Reference blog: https://blog.csdn.net/m0_37167369/article/details/81628305

4. IDEA import ERP project + initialize DB script + local operation

1. Project download location:

1. Baidu network disk address of ERP project:

链接:https://pan.baidu.com/s/169i57fi4kQtIRtIRAXVuZw 
提取码:495c 
复制这段内容后打开百度网盘手机App,操作更方便哦

2. Github address connection of J project:

  • https://github.com/Hackeruncle/ERP
2. Project import into IDEA

1. Use IDEA to open the project:
Insert picture description here
2. Set under File-> Settings, you need to modify the following three places:
Insert picture description here

3. Initialize the DB script

The sql statement of the database file is directly in the project document, ctrl + a is all selected, and alt + x is executed in sequence in Dbeaver:
Insert picture description here
4. After configuring the port user name and password, it is OK:
Insert picture description here
5. After selecting ERP Application, right-click to execute Just:
Insert picture description here

6. If there is an environment that has not been downloaded, you can run directly or clean it under the lifecycle: Insert picture description here
6. Use localhost: 8888 to access:
Insert picture description here

Note: The wrong directory structure during import will result in an error (there are two layers of ERP-master when decompressing the folder):
  • This application has no explicit mapping for /error
Published 23 original articles · praised 0 · visits 755

Guess you like

Origin blog.csdn.net/SparkOnYarn/article/details/105368283