JavaWeb final project to test the deployment

Chapter 3 Testing and Deployment

 

3.1 System Test

The machine starts springboot program, visit localhost8080 , enter the login account and a series of operational tests:

 

 

3.2 System Deployment

Tencent cloud server, 1M bandwidth use Xsell6 connect to the server, open external port, open firewall port, install the JDK, MYSQL8, use Xftp upload locally test a good springboot project using maven build tools, Mvn of Clean Package Penalty for packaged into a jar ( in pom document affirms package into jar) , the target of the jar package uploaded to the server, use nohup java -jar project name & run is always the background, enter the server public network ip : 8080, can be accessed.

 

Chapter 4 Curriculum Design Summary

4.1 The basic system software measurement data

Simple software measurement

 

1. LOC(Line Of Code)

The LOC : 654
CLOC ( Note the number of lines ): 85
the BLOC ( number of blank lines ): 23

Requirement: >600

 

2. Function Point = UFC * VAF

Factor

count

Weight
simple Common Complex

Note

Input

2

11%

 

Output

10

55%

 

Transaction

10

55%

 

Domain model

3

16%

 

Query

3

16%

 

file

18

100%

 

Interface

3

16%

 

 

Harvest and prospects 4.2 curriculum design project

Through this curriculum design, initial grasp of a web structure of the project, especially in the spring development of web project process, familiar with how to run the front desk back-end, front page rendering, prompts for information, through http protocol transmission back-end, back-end acceptance and processes the data to http protocol returns data, dynamic data through after a good run on the server project template rendering engine before sending to the browser generates HTML , displayed through a browser.

The course, though not actually in class action items, the actual operation is not difficult to explain in writing, but also taught me how to learn a framework.

Guess you like

Origin www.cnblogs.com/dpqq/p/11037218.html